Replies: 2 comments
-
Hi @ggs331 When you fetch tables, the Text Budibase type is chosen by default for all text related MySQL data types. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @melohagan , I just found that I can edit the column type 🤣 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a form binded schema of MySQL table, and one of the field
Remark
isTEXT
data type in MySQL, but when I try to bind to aLong Form Field
it always got errorThis Field setting is the wrong data type for this component
. I tried change MySQL field toLONGTEXT
andVARCHAR
and re-fretch the table, but still the same. May I know what kind of data type does theLong Form Field
supported for MySQL?Beta Was this translation helpful? Give feedback.
All reactions