Hello, I have an issue with appwrite collection ID. Usually, when collection is created, you get an access to collection ID. Unfortunately, this ID is not displayed when I created a new table (collection), it does only display an lowercase name of the collection.
Since appwrite is migrating to the paid plan, I see that attributes are now called columns, and I have set an attributes and permissions, just to be sure.
Is this a restriction for a free plan? Couple of days ago, creation a new database and collections inside provided an ID for each, but now only creating a collection doesn't provide a premade ID.
Picture will be attached down below. Thank you in advance.
Hey, the ID for that table is user. By default we now use the table name as the ID. It can still be customised when creating, regardless of plan
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...