Skip to content

user_extcredits_logs

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
user_idbigint UNSIGNEDUser Primary Key IDNORelated field users->id
extcredits_idtinyint UNSIGNEDExtcredits IDNOextcredits 1~5
typetinyint UNSIGNEDOperation Type1NO1.increment / 2.decrement
amountint UNSIGNEDAmount0NOincrement or decrement amount
opening_amountint UNSIGNEDOpening AmountNO
closing_amountint UNSIGNEDClosing AmountNO
app_fskeyvarchar(64)Related PluginNORelated field apps->fskey
remarktextRemarkYES
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License