Skip to content
On this page

verify_codes

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
template_idtinyint UNSIGNED模板编号NO
typetinyint UNSIGNED类型1NO1.邮件 / 2.短信
accountvarchar(128)账号NO邮箱或手机,手机号带国际区号,区号无加号
codechar(8)验证码NO
is_enabletinyint UNSIGNED是否有效1NO0.无效 / 1.有效
expired_attimestamp失效时间NO
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License