记得上下班打卡 | 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
a6899edf
Commit
a6899edf
authored
Apr 27, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kylin项目提交 数据库结构
parent
d4bb965f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
db_kylin_structure.sql
.../liquidnet-service-kylin-impl/docu/db_kylin_structure.sql
+3
-3
No files found.
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/docu/db_kylin_structure.sql
View file @
a6899edf
...
...
@@ -108,7 +108,7 @@ CREATE TABLE `kylin_performances`
`contacts`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'联系人'
,
`mobile`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'联系电话'
,
`describe`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'演出简介'
,
`details`
longtext
NOT
NULL
DEFAULT
''
COMMENT
'演出详情'
,
`details`
longtext
DEFAULT
NULL
COMMENT
'演出详情'
,
`notice_image`
text
NOT
NULL
DEFAULT
''
COMMENT
'购票须知'
,
`time_start`
datetime
NOT
NULL
DEFAULT
'2000-01-01 12:00:00'
COMMENT
'演出开始时间'
,
`time_end`
datetime
NOT
NULL
DEFAULT
'2000-01-01 12:00:00'
COMMENT
'演出结束时间'
,
...
...
@@ -202,7 +202,7 @@ CREATE TABLE `kylin_ticket_time_relation`
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`ticket_time_relation_id`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'ticket_time_relation_id'
,
`times_id`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'场次id'
,
'performance_id'
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'关联演出id'
,
`performance_id`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'关联演出id'
,
`created_at`
timestamp
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
COMMENT
'修改时间'
,
KEY
`kylin_ticket_time_relation_uid_index`
(
`ticket_time_relation_id`
),
...
...
@@ -291,7 +291,7 @@ CREATE TABLE `kylin_road_shows`
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`road_shows_id`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'road_shows_id'
,
`img_poster`
varchar
(
255
)
NOT
NULL
DEFAULT
''
COMMENT
'巡演封面图'
,
'status'
tinyint
NOT
NULL
DEFAULT
1
COMMENT
'状态 0停用 1启用'
,
`status`
tinyint
NOT
NULL
DEFAULT
1
COMMENT
'状态 0停用 1启用'
,
`created_at`
timestamp
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
COMMENT
'修改时间'
,
KEY
`kylin_road_shows_uid_index`
(
`road_shows_id`
),
...
...
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