appwrite/docs/examples/0.12.x/server-cli/examples/database/create-email-attribute.md

7 lines
186 B
Markdown
Raw Normal View History

2021-11-25 13:07:19 +00:00
appwrite database createEmailAttribute \
--collectionId="[COLLECTION_ID]" \
2022-01-03 15:45:49 +00:00
--key="" \
2021-11-25 13:07:19 +00:00
--required="" \
--default="email@example.com" \
--array=""