记得上下班打卡 | git大法好,push需谨慎

Commit 6b18f7d3 authored by 张国柄's avatar 张国柄

~goblin:nft.sql;

~goblin:nft.entity;
parent e2da7698
...@@ -34,6 +34,11 @@ public class AdamRealName implements Serializable { ...@@ -34,6 +34,11 @@ public class AdamRealName implements Serializable {
*/ */
private Integer type; private Integer type;
/**
* 认证节点[2-二要素|3-三要素]
*/
private Integer node;
/** /**
* 真实姓名 * 真实姓名
*/ */
......
use dev_ln_scene; use dev_ln_scene;
# -- >>------------------------------------------------------------------------------------ # -- >>------------------------------------------------------------------------------------
alter table adam_real_name add node tinyint default 2 not null comment '认证节点[2-二要素|3-三要素]'; alter table adam_real_name add node tinyint default 2 not null comment '认证节点[2-二要素|3-三要素]' after type;
alter table goblin_goods add spu_type tinyint default 0 not null comment '商品类型[0-常规|1-数字藏品]' after spu_no; alter table goblin_goods add spu_type tinyint default 0 not null comment '商品类型[0-常规|1-数字藏品]' after spu_no;
alter table goblin_goods add attention varchar(256) null comment '注意事项' after details; alter table goblin_goods add attention varchar(256) null comment '注意事项' after details;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment