Skip to content

archive_usages 扩展参数使用表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
usage_typetinyint UNSIGNED目标类型NO内容类型编号
usage_idbigint UNSIGNED目标主键 IDNO
archive_idint UNSIGNED参数 IDNO关联字段 archives->id
archive_valuetext参数值YES
is_privatetinyint UNSIGNED是否保密0NO0.否 / 1.是
app_fskeyvarchar(64)关联插件YES关联字段 apps->fskey
哪个插件关联的
created_attimestamp创建时间useCurrentNO比如 MySQL 默认值为 CURRENT_TIMESTAMP
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License