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

9 lines
188 B
Markdown
Raw Normal View History

2022-09-01 04:49:47 +00:00
appwrite databases createStringAttribute \
--databaseId [DATABASE_ID] \
--collectionId [COLLECTION_ID] \
--key '' \
--size 1 \
--required false \