#Issue with create collection button.

1 messages · Page 1 of 1 (latest)

wispy thistle
#

i can't find the create collection button. instead of that create tables is appearing.

supple heath
wispy thistle
#

@supple heath Hi, I’m new to Appwrite Cloud and setting up my project.

At first, I was confused because I didn’t see a “Create Collection” button like in the docs and tutorials. Instead, I only see “Create Table” in the Database section.

Just to confirm:

Does “Create Table” now replace “Create Collection” in the new UI?

If yes, then I assume both mean the same thing (like a table in SQL), and I can use Create Table to add attributes such as title, content, and userId for my notes app.

Am I right?

Thanks in advance!

radiant bronze
# wispy thistle <@462046107556511744> Hi, I’m new to Appwrite Cloud and setting up my project. ...

hey, yes Create table would create a table for you as same as create collection. You can refer below for new terminology-

Previous terms New terms
Collections Tables
Attributes Columns
Documents Rows

https://appwrite.io/blog/post/announcing-appwrite-databases-new-ui

Appwrite Databases just got the most significant update to date. We proudly present new terminology, a new TablesDB UI, and a supporting TablesDB API, all built to make working with databases simpler and faster.