Skip to content

verify_codes 验证码表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
template_idtinyint UNSIGNED模板编号NO
typetinyint UNSIGNED类型1NO1.邮件 / 2.短信
accountvarchar(128)账号NO邮箱或手机,手机号带国际区号,区号无加号
codevarchar(8)验证码NO
is_enabledtinyint UNSIGNED是否有效1NO0.无效 / 1.有效
expired_attimestamp失效时间NO
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License