Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-api
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
李伟
cust-api
Commits
0d2c86a9
Commit
0d2c86a9
authored
Dec 25, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新了sql文件
parent
520cac04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cust_2024_12_15.sql
sql/bak/cust_2024_12_15.sql
+3
-3
No files found.
sql/bak/cust_
bak_2024_12_2
5.sql
→
sql/bak/cust_
2024_12_1
5.sql
View file @
0d2c86a9
...
...
@@ -11,7 +11,7 @@
Target Server Version : 80026 (8.0.26)
File Encoding : 65001
Date: 25/12/2024 16:
06:46
Date: 25/12/2024 16:
40:47
*/
SET
NAMES
utf8mb4
;
...
...
@@ -986,13 +986,13 @@ CREATE TABLE `sys_user` (
`update_date`
datetime
NULL
DEFAULT
NULL
COMMENT
'更新时间'
,
`remarks`
varchar
(
500
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_general_ci
NULL
DEFAULT
NULL
COMMENT
'备注'
,
PRIMARY
KEY
(
`business_id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
34
1
CHARACTER
SET
=
utf8mb4
COLLATE
=
utf8mb4_general_ci
COMMENT
=
'用户表'
ROW_FORMAT
=
DYNAMIC
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
34
3
CHARACTER
SET
=
utf8mb4
COLLATE
=
utf8mb4_general_ci
COMMENT
=
'用户表'
ROW_FORMAT
=
DYNAMIC
;
-- ----------------------------
-- Records of sys_user
-- ----------------------------
INSERT
INTO
`sys_user`
VALUES
(
1
,
'admin'
,
'管理员'
,
'0'
,
'管理员'
,
'33@qq.com'
,
'15888888888'
,
'0'
,
'$2a$10$BJqBZUZp5DtyolO02RePheZZ/hQRMS83yE2s6/OcOqfLAXVdjZ1G2'
,
'111111111111111111'
,
0
,
'127.0.0.1'
,
'2020-10-09 09:33:00'
,
NULL
,
'1'
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
'1'
,
'0'
,
'admin'
,
'2020-10-09 09:33:00'
,
'admin'
,
'2020-10-09 09:33:00'
,
NULL
);
INSERT
INTO
`sys_user`
VALUES
(
34
0
,
'19922633664'
,
NULL
,
'1'
,
NULL
,
NULL
,
'ZHcFCeNHSAJlGbWnloDtOg=='
,
'0'
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
'1'
,
'oA5xx6YOeL2dof1f8TakY6-4nN-U'
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
'1'
,
'0'
,
NULL
,
'2024-12-25 15:52:45'
,
NULL
,
'2024-12-25 15:52:45
'
,
NULL
);
INSERT
INTO
`sys_user`
VALUES
(
34
2
,
'19922633664'
,
NULL
,
'1'
,
NULL
,
NULL
,
'ZHcFCeNHSAJlGbWnloDtOg=='
,
'0'
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
'1'
,
'oA5xx6YOeL2dof1f8TakY6-4nN-U'
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
'1'
,
'0'
,
NULL
,
'2024-12-25 16:31:48'
,
NULL
,
'2024-12-25 16:31:48
'
,
NULL
);
-- ----------------------------
-- Table structure for sys_user_role
...
...
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