Files
appwrite/docs/references/tablesdb/create-index.md
Jake Barnby bf6e97b950 Fix docs
2025-08-20 18:13:41 +12:00

2 lines
161 B
Markdown

Creates an index on the columns listed. Your index should include all the columns you will query in a single request.
Type can be `key`, `fulltext`, or `unique`.