appwrite/docs/references/tablesdb/create-index.md

2 lines
161 B
Markdown
Raw Normal View History

2025-07-30 05:09:28 +00:00
Creates an index on the columns listed. Your index should include all the columns you will query in a single request.
2025-08-20 06:13:41 +00:00
Type can be `key`, `fulltext`, or `unique`.