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

Commit ace7e1fb authored by 张国柄's avatar 张国柄

~

parent 742ea7fd
...@@ -37,37 +37,6 @@ create table goblin_self_tag ...@@ -37,37 +37,6 @@ create table goblin_self_tag
create unique index uidx_gst_tag_id on goblin_self_tag (tag_id); create unique index uidx_gst_tag_id on goblin_self_tag (tag_id);
# -- >>------------------------------------------------------------------------------------ # -- >>------------------------------------------------------------------------------------
# drop table if exists goblin_self_extag;
# create table goblin_self_extag
# (
# mid bigint auto_increment primary key,
# tag_id varchar(30) not null comment '标签id',
# tag_name varchar(50) not null comment '标签名称',
# tag_desc varchar(128) null comment '标签描述',
# tag_pic varchar(256) null comment '标签图片',
# tag_type char null comment '标签类型[1-音乐人|2-艺术家|3-IP]',
# sort int default 0 comment '排序[数值越小,排序越前]',
# del_flg char default '0' comment '删除标记[0-未删除|1-删除]',
# comment varchar(255)
# ) engine = InnoDB comment '平台专属标签';
#
# create unique index uidx_gse_tag_id on goblin_self_extag (tag_id);
# # -- >>------------------------------------------------------------------------------------
# drop table if exists goblin_self_goods_tag;
# create table goblin_self_goods_tag
# (
# mid bigint auto_increment primary key,
# tag_id varchar(30) not null comment '标签id',
# tag_name varchar(30) not null comment '标签名称',
# tag_desc varchar(50) null comment '标签说明',
# tag_type char default '0' comment '保留字段',
# sort int default 0 comment '排序[数值越小,排序越前]',
# del_flg char default '0' comment '删除标记[0-未删除|1-删除]',
# comment varchar(255)
# ) engine = InnoDB comment '平台商品标签';
#
# create unique index uidx_gsgt_tag_id on goblin_self_goods_tag (tag_id);
# -- >>------------------------------------------------------------------------------------
drop table if exists goblin_self_goods_category; drop table if exists goblin_self_goods_category;
create table goblin_self_goods_category create table goblin_self_goods_category
( (
......
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