Skip to content

Created By Field

The creator field automatically records the user information of the data creator.

Note

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

Physical Field Types

  • MySQL: varchar
  • PostgreSQL: varchar
  • SQLite: text

API Return Example

json
{
  "creator": {
    "id": "user_123",
    "name": "John Doe",
    "email": "[email protected]"
  }
}

Released under the MIT License.