Updated At Field
The updated at field automatically records the timestamp of the last modification of the data.
Note
This field is automatically created when the table is created and does not support user creation.
Physical Field Types
- MySQL:
datetime
- PostgreSQL:
timestamp
- SQLite:
text
API Return Example
json
{
"updated_at": "2024-01-15T15:45:00Z"
}