When exporting the Table data schema, there is a column that doesn’t match the other column notation.
For example:
“columnName_1”(STRING(288)"
…
“columnName_2”(STRING(36)"
What does the 36 and 288 mean?
I noticed the only other column that has a 36 is the ownerId(STRING(36)
This produces errors when trying to add a row to the table with the “columnName_1” data length larger than 36 characters.
Is this a recent change on the backend.