Skip to content

创建时间字段

创建时间字段自动记录数据创建的时间戳。

提示

此字段在创建表格时自动创建,不支持用户创建。

物理字段类型

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

API 返回示例

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

Released under the MIT License.