记得上下班打卡 | 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
573125f5
Commit
573125f5
authored
May 21, 2021
by
洪全海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新sql文件
parent
1df37f40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
db_ln_adam_initialdata.sql
...quidnet-service-adam-impl/docu/db_ln_adam_initialdata.sql
+3
-2
No files found.
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/docu/db_ln_adam_initialdata.sql
View file @
573125f5
...
...
@@ -222,7 +222,8 @@ create table adam_member
notice_title
varchar
(
255
),
need_question
int
default
0
comment
'是否需要答题 0不需要 1需要'
,
display_agreement
int
NOT
NULL
DEFAULT
'0'
COMMENT
'是否打开0否1是'
,
agreement
text
NOT
NULL
COMMENT
'会员协议'
agreement
text
NOT
NULL
COMMENT
'会员协议'
,
limitation
int
default
0
comment
'限购数量,0不限购'
);
-- >>------------------------------------------------------------------------------------
drop
table
if
exists
adam_member_price
;
...
...
@@ -230,7 +231,7 @@ create table adam_member_price
(
mid
int
unsigned
auto_increment
primary
key
,
member_price_id
varchar
(
255
)
comment
'会员价格id'
,
member_id
int
NOT
NULL
COMMENT
'会员种类ID'
,
member_id
varchar
(
255
)
NOT
NULL
comment
'会员种类ID'
,
status
tinyint
NOT
NULL
DEFAULT
'0'
COMMENT
'0不可用、1上线中、2已下线'
,
name
varchar
(
64
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
NOT
NULL
DEFAULT
''
COMMENT
'会员包名称'
,
price
decimal
(
8
,
2
)
NOT
NULL
DEFAULT
'0.00'
COMMENT
'会员包价格'
,
...
...
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