Skip to content

code_messages 全局状态码信息表

字段名字段类型字段注释默认值可空备注
idint UNSIGNED主键 IDNO自动递增
plugin_fskeyvarchar(64)关联插件名称NO关联字段 plugins->fskey
Fresns 代表是主程序的状态码
codeint UNSIGNED状态码NO
lang_tagvarchar(16)语言标签NO参见「多语言唯一性逻辑
messagevarchar(255)状态码信息NO
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License