appwrite/docs/examples/0.13.x/console-cli/examples/database/create-index.md

7 lines
151 B
Markdown
Raw Normal View History

2022-03-02 11:17:57 +00:00
appwrite database createIndex \
--collectionId [COLLECTION_ID] \
--key '' \
--type key \
--attributes one two three \