Skip to content
On this page

extend_usages

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNO自动递增
usage_typetinyint UNSIGNED目标类型NO
usage_idbigint UNSIGNED目标主键 IDNO
extend_idbigint UNSIGNED扩展内容 IDNO关联字段 extends > id
can_deletetinyint UNSIGNED是否有权删除1NO0.否 / 1.是
编辑器:用户是否有权删除
ratingsmallint UNSIGNED排列顺序9NO升序排序
plugin_unikeyvarchar(64)关联插件NO关联字段 extends > plugin_unikey
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

使用目标关联介绍

Released under the Apache-2.0 License