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

Commit 4941a312 authored by 张国柄's avatar 张国柄

~sql;

parent 9a399fde
...@@ -1191,7 +1191,7 @@ create unique index uidx_gnto_order_id on goblin_nft_transfer_order (order_id); ...@@ -1191,7 +1191,7 @@ create unique index uidx_gnto_order_id on goblin_nft_transfer_order (order_id);
# -- >>------------------------------------------------------------------------------------ |20221101补充缺失SQL(生产环境已存在表结构) # -- >>------------------------------------------------------------------------------------ |20221101补充缺失SQL(生产环境已存在表结构)
create table goblin_goods_anticipate_mix create table goblin_goods_anticipate_mix
( (
mid varchar(255) not null primary key, mid varchar(255) not null primary key comment '主键ID',
uid varchar(255) not null comment '用户uid', uid varchar(255) not null comment '用户uid',
phone varchar(255) not null comment '用户手机号', phone varchar(255) not null comment '用户手机号',
mix_id varchar(255) not null comment 'mix id', mix_id varchar(255) not null comment 'mix id',
......
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