tables_db_create_datetime_column
Add a datetime column to an Appwrite database table using ISO 8601 format. Specify column properties like required status, default value, and array configuration.
Instructions
Create a date time column according to the ISO 8601 standard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. | |
| key | Yes | Column Key. | |
| required | Yes | Is column required? | |
| default | No | Default value for the column in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Cannot be set when column is required. | |
| array | No | Is column an array? |