Skip to content

file_usages

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
file_idbigint UNSIGNEDFile IDNORelated field files->id
Not a unique value, one file can be associated with multiple additional information
file_typetinyint UNSIGNEDFile Type1NO1.Image / 2.Video / 3.Audio / 4.Document
usage_typetinyint UNSIGNEDUsage Type1NOSee Number Description
platform_idtinyint UNSIGNEDPlatform IDNODictionary Key Value -> Platform Number
Platform where the operation takes place
table_namevarchar(64)Source Table NameNOWhich table
table_columnvarchar(64)Source Column NameNOWhich column is the file value
table_idbigint UNSIGNEDSource Table Primary Key IDYESWhich data record's file, the Primary Key ID of that record
table_keyvarchar(64)Source Table IdentifierYESIf the data record is not based on Primary Key ID, fill in the identifier of the data record
For example: The configuration table is not based on Primary Key ID, so the key name is used as the identifier.
Another example is the plugin table identifier, Related field plugins->fskey
ratingsmallint UNSIGNEDSortingYES
account_idbigint UNSIGNEDAccount IDYESRelated field accounts->id
user_idbigint UNSIGNEDUser IDYESRelated field users->id
remarktextRemarkYES
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License