Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
57aa743c
Commit
57aa743c
authored
Oct 24, 2024
by
zhangfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 会员等级表增加初始数据
parent
66b07419
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
member_user_level_config.sql
sql/member/member_user_level_config.sql
+5
-1
No files found.
sql/member/member_user_level_config.sql
View file @
57aa743c
...
...
@@ -11,7 +11,7 @@
Target Server Version : 80031 (8.0.31)
File Encoding : 65001
Date:
18/10/2024 09:26:20
Date:
24/10/2024 09:12:01
*/
SET
NAMES
utf8mb4
;
...
...
@@ -35,4 +35,8 @@ CREATE TABLE `member_user_level_config` (
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
CHARACTER
SET
=
utf8mb4
COLLATE
=
utf8mb4_general_ci
COMMENT
=
'会员等级配置表'
ROW_FORMAT
=
DYNAMIC
;
-- ----------------------------
-- Records of member_user_level_config
-- ----------------------------
INSERT
INTO
`member_user_level_config`
VALUES
(
1
,
'vip1'
,
0
,
100
,
'https://statictest.groupage.cn/2024/09/06/66dac1dfe4b0e404e1c7816f.png'
,
'1'
,
'2024-09-03 10:05:14'
,
'1'
,
'2024-09-06 16:48:34'
,
0
);
SET
FOREIGN_KEY_CHECKS
=
1
;
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