记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
4a949607
Commit
4a949607
authored
Feb 23, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin
parents
9af21547
ace7e1fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
db_ln_goblin_initialdata.sql
...net-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
+0
-31
No files found.
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
View file @
4a949607
...
@@ -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
(
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment