Skip to content

Commit

Permalink
Merge pull request #119 from appwrite/fix-missing-datetime-attribute
Browse files Browse the repository at this point in the history
Add datetime attribute to attributes list
  • Loading branch information
Vincent (Wen Yu) Ge authored Sep 28, 2023
2 parents 95ff0d6 + 6054028 commit 1e62ad1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ You can choose between the following types.
| `integer` | Integer attribute. |
| `float` | Float attribute. |
| `boolean` | Boolean attribute. |
| `datetime` | Datetime attribute formatted as an ISO 8601 string. |
| `enum` | Enum attribute. |
| `ip` | IP address attribute for IPv4 and IPv6. |
| `email` | Email address attribute. |
Expand Down

0 comments on commit 1e62ad1

Please sign in to comment.