appwrite/docs/examples/1.2.x/console-cli/examples/databases/create-string-attribute.md

9 lines
188 B
Markdown
Raw Normal View History

2022-12-26 12:17:28 +00:00
appwrite databases createStringAttribute \
--databaseId [DATABASE_ID] \
--collectionId [COLLECTION_ID] \
--key '' \
--size 1 \
--required false \