mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
8 lines
201 B
Markdown
8 lines
201 B
Markdown
|
|
appwrite database createEnumAttribute \
|
||
|
|
--collectionId="[COLLECTION_ID]" \
|
||
|
|
--key="" \
|
||
|
|
--elements="" \
|
||
|
|
--required="" \
|
||
|
|
--default="[DEFAULT]" \
|
||
|
|
--array=""
|