You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify a data type longer than a .string?
The text was updated successfully, but these errors were encountered:
betzerra
changed the title
Is it possible to create longer strings on databases?
Is it possible to create longer strings than .string datatype on databases?
Oct 15, 2024
I mean you can do but I really would recommend using the same DB locally and in production - we've seen way too many issues with people using different DBs
Today I got a
MySQL error: Server error: Data too long for column 'tasting_notes' at row 1
error.I assume a
.string
dataType has a limited size. My schema is defined as:Is there a way to specify a data type longer than a
.string
?The text was updated successfully, but these errors were encountered: