Error while creating index:
Index length is longer than the maximum: 768 (400)
index type: unique
index name: unique_externalId
attributes params: String, 1024 length,
dart server sdk ver 8.0.0
works fine on 1.3.8
found it there
but why this is 768?
this is the maximum by the database (mariadb/mysql)
[SOLVED] Index length is longer than the maximum error on 1.4
let me discuss it with the team
It would be best to put that info into the docs
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...