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
49d3a96d
Commit
49d3a96d
authored
Jul 06, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加证照打印缺件人手机号码字段
parent
9a931401
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
certificate-manager/db/add_db.sql
certificate-manager/db/add_db.sql
+6
-1
No files found.
certificate-manager/db/add_db.sql
View file @
49d3a96d
...
@@ -58,4 +58,9 @@ ALTER TABLE `mortals_xhx_print_log`
...
@@ -58,4 +58,9 @@ ALTER TABLE `mortals_xhx_print_log`
ALTER
TABLE
`mortals_xhx_print_catalog`
ALTER
TABLE
`mortals_xhx_print_catalog`
ADD
COLUMN
`templateId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'证照目录模板ID'
AFTER
`catalogName`
,
ADD
COLUMN
`templateId`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'证照目录模板ID'
AFTER
`catalogName`
,
ADD
COLUMN
`templateName`
varchar
(
128
)
DEFAULT
NULL
COMMENT
'证照模板名称'
AFTER
`templateId`
;
ADD
COLUMN
`templateName`
varchar
(
128
)
DEFAULT
NULL
COMMENT
'证照模板名称'
AFTER
`templateId`
;
\ No newline at end of file
ALTER
TABLE
`mortals_xhx_apply_log`
ADD
COLUMN
`mobile`
varchar
(
64
)
DEFAULT
NULL
COMMENT
'手机号码'
;
ALTER
TABLE
`mortals_xhx_print_wait_queue`
ADD
COLUMN
`mobile`
varchar
(
64
)
DEFAULT
NULL
COMMENT
'手机号码'
;
ALTER
TABLE
`mortals_xhx_retain_log`
ADD
COLUMN
`mobile`
varchar
(
64
)
DEFAULT
NULL
COMMENT
'手机号码'
;
ALTER
TABLE
`mortals_xhx_print_log`
ADD
COLUMN
`mobile`
varchar
(
64
)
DEFAULT
NULL
COMMENT
'手机号码'
;
\ 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