Skip to content

extend_usages

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
usage_typetinyint UNSIGNEDType of targetNOContent Type
usage_idbigint UNSIGNEDTarget primary key IDNO
extend_idbigint UNSIGNEDExtend Content IDNORelated field extends->id
can_deletetinyint UNSIGNEDCan be deleted1NO0. No / 1. Yes
Editor: User has the right to delete
sort_ordersmallint UNSIGNEDDisplay order9NOAscending order
app_fskeyvarchar(64)Related pluginNORelated field extends->app_fskey
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License