Updated By Field
The updated by field automatically records the user information of the last data modification.
Note
This field is automatically created when the table is created and does not support user creation.
Physical Field Types
- MySQL:
varchar
- PostgreSQL:
varchar
- SQLite:
text
API Return Example
json
{
"modifier": {
"id": "user_456",
"name": "John Doe",
"email": "[email protected]"
}
}