Skip to content

code_messages 状态码信息表

字段名字段类型字段注释默认值可空备注
idint UNSIGNED主键 IDNO自动递增
app_fskeyvarchar(64)关联应用NO关联字段 apps->fskey
Fresns 代表是主程序的状态码
codeint UNSIGNED状态码NO
messagesjson状态码信息NO多语言
created_attimestamp创建时间useCurrentNO比如 MySQL 默认值为 CURRENT_TIMESTAMP
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License