Web Developer
Hi @all, I migrated a table with around 50 attributes from MySQL to Supabase and like to migrate that to appwrite now.
My freelancer managed to create that collection somehow in the past, but I have no clue how he did that.
Now I need to adjust some sizes.
I am running in this annoying error "Attribute Limit Exceeded".
I can not even recreate the collection the freelancer did before. Not with the WebUI nor with the Python SDK.
I found a post from last year telling something about VARCHAR and TEXT, but appwrite only has the string type (beside URL, Email ....) But not string or text or some sort.
So I do not understood how this can be helpful.
The MariaDB should be able to handle that table because I could create it on MySQL 5.5 InnoDB before.
So what can I do? Is there some sort of hack that my freelancer used or maybe some official way of creating the collection?