Table export Data types/length problem

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.

Hi Roy,

Do you get this exception when try to insert data in column “columnName_1” after import?
Can you please provide your appId?

Regards,

Denys

No, after re-importing the schema, all column additions worked as expected.

Hi Roy,

Some problems could happen while import. Log of import process can be found in file repository.

Regards,

Denys