1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00
appwrite/docs/references/databases/create-index.md

2 lines
174 B
Markdown
Raw Permalink Normal View History

2024-02-26 11:58:33 +13:00
Creates an index on the attributes listed. Your index should include all the attributes you will query in a single request.
Attributes can be `key`, `fulltext`, and `unique`.