appwrite/docs/examples/1.5.x/console-cli/examples/databases/update-enum-attribute.md

8 lines
228 B
Markdown
Raw Normal View History

2024-02-05 12:40:51 +00:00
appwrite databases updateEnumAttribute \
2024-02-24 11:34:42 +00:00
--databaseId <DATABASE_ID> \
--collectionId <COLLECTION_ID> \
2024-02-05 12:40:51 +00:00
--key '' \
--elements one two three \
--required false \
2024-02-24 11:34:42 +00:00
--default <DEFAULT>