appwrite/docs/examples/0.12.x/server-cli/examples/database/create-enum-attribute.md

8 lines
201 B
Markdown
Raw Normal View History

2021-11-25 13:07:19 +00:00
appwrite database createEnumAttribute \
--collectionId="[COLLECTION_ID]" \
2022-01-03 15:45:49 +00:00
--key="" \
2021-11-25 13:07:19 +00:00
--elements="" \
--required="" \
--default="[DEFAULT]" \
--array=""