mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
7 lines
163 B
Markdown
7 lines
163 B
Markdown
|
|
appwrite database createIndex \
|
||
|
|
--collectionId="[COLLECTION_ID]" \
|
||
|
|
--key="" \
|
||
|
|
--type="key" \
|
||
|
|
--attributes="" \
|
||
|
|
--orders=""
|