appwrite/docs/examples/0.15.x/console-cli/examples/databases/create-boolean-attribute.md

8 lines
170 B
Markdown
Raw Normal View History

2022-06-22 21:19:08 +00:00
appwrite databases createBooleanAttribute \
--databaseId [DATABASE_ID] \
--collectionId [COLLECTION_ID] \
--key '' \
--required false \