Skip to content

language_packs

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
lang_keyvarchar(64)Key NameNOUnique
lang_valuesjsonLanguage ContentNOMultilingual
is_customtinyint UNSIGNEDIs Custom1NO0. No / 1. Yes
0 means system-built, 1 means added by app
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License