Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hengli
Project
Project
Details
Activity
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
deploy
hengli
Commits
4d8cdf15
Commit
4d8cdf15
authored
May 15, 2023
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up sql
parent
de4641a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
htwin_dbapi0511.sql
db/updata/htwin_dbapi0511.sql
+15
-0
No files found.
db/updata/htwin_dbapi0511.sql
View file @
4d8cdf15
...
@@ -54,6 +54,21 @@ CREATE TABLE `workforce_sta` (
...
@@ -54,6 +54,21 @@ CREATE TABLE `workforce_sta` (
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1804
DEFAULT
CHARSET
=
utf8mb3
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1804
DEFAULT
CHARSET
=
utf8mb3
;
-- ----------------------------
-- Table structure for hs_model_group
-- ----------------------------
DROP
TABLE
IF
EXISTS
`hs_model_group`
;
CREATE
TABLE
`hs_model_group`
(
`id`
bigint
NOT
NULL
AUTO_INCREMENT
COMMENT
'分组id'
,
`create_time`
datetime
(
6
)
DEFAULT
NULL
,
`creator`
varchar
(
255
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
DEFAULT
NULL
,
`modifier`
varchar
(
255
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
DEFAULT
NULL
,
`name`
varchar
(
255
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
DEFAULT
NULL
COMMENT
'名称'
,
`remark`
varchar
(
255
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
DEFAULT
NULL
COMMENT
'备注信息'
,
`update_time`
datetime
(
6
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
13
DEFAULT
CHARSET
=
utf8mb3
COMMENT
=
'模型分组'
;
ALTER
TABLE
`hs_scene_model_param`
ADD
parts_id
bigint
(
20
);
ALTER
TABLE
`hs_scene_model_param`
ADD
parts_id
bigint
(
20
);
ALTER
TABLE
`hs_scene_model`
ADD
group_id
bigint
(
20
);
SET
FOREIGN_KEY_CHECKS
=
1
;
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