1
0
Fork 0
mirror of synced 2024-07-18 21:06:22 +12:00
appwrite/docs/references/databases/create-index.md
Vincent (Wen Yu) Ge ab36133a8f Add descriptions
2024-02-25 22:58:33 +00:00

2 lines
174 B
Markdown

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`.