Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
certificate-print
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
certificate-print
Commits
f4dd572a
Commit
f4dd572a
authored
May 14, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
所有表增加站点id属性
parent
a6125979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
certificate-manager/db/db.sql
certificate-manager/db/db.sql
+14
-14
No files found.
certificate-manager/db/db.sql
View file @
f4dd572a
...
@@ -584,17 +584,17 @@ CREATE TABLE `mortals_xhx_valid_code` (
...
@@ -584,17 +584,17 @@ CREATE TABLE `mortals_xhx_valid_code` (
ALTER
TABLE
`mortals_xhx_business_license`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_business_license`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_device_classify`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_device_classify`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_catalog`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_catalog`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_service`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_service`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_log`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_log`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_retain_log`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_retain_log`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_wait_queue`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_print_wait_queue`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_apply_log`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_apply_log`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_record`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_record`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_device_module`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_device_module`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_device`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_device`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_certificate_catalog`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_certificate_catalog`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_certificate_classify`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_certificate_classify`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_certificate_industry`
MODIFY
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
ALTER
TABLE
`mortals_xhx_certificate_industry`
ADD
COLUMN
`siteId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'站点id'
AFTER
`id`
;
\ No newline at end of file
\ No newline at end of file
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