Skip to content

Created At Field

The created at field automatically records the timestamp of data creation.

Note

This field is automatically created when creating a table and does not support user creation.

Physical Field Types

  • MySQL: datetime
  • PostgreSQL: timestamp
  • SQLite: text

API Return Example

json
{
  "created_at": "2024-01-15T10:30:00Z"
}

Released under the MIT License.