When setting up a .string column in MySQL (e.g. here), the column is created as VARCHAR(256) instead of anything longer. I remember a discussion on Discord about making this longer, but it doesn't appear to be the case
Fluent 4 continues to use VARCHAR(255) like Fluent 3 did. I don't remember the discussion about this in Discord, what was the reason behind changing that again?
When setting up a
.string
column in MySQL (e.g. here), the column is created asVARCHAR(256)
instead of anything longer. I remember a discussion on Discord about making this longer, but it doesn't appear to be the case