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

8 lines
201 B
Markdown
Raw Normal View History

2022-01-30 09:29:52 +00:00
appwrite database createEnumAttribute \
--collectionId="[COLLECTION_ID]" \
--key="" \
--elements="" \
--required="" \
--default="[DEFAULT]" \
--array=""