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
6aca3463
Commit
6aca3463
authored
Jul 23, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充sql脚本
parent
bb20d648
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
update_2024-07.sql
sql/update_2024-07.sql
+6
-0
No files found.
sql/update_2024-07.sql
View file @
6aca3463
...
...
@@ -53,6 +53,12 @@ CREATE TABLE `ecw_vz` (
)
ENGINE
=
InnoDB
ROW_FORMAT
=
DYNAMIC
COMMENT
=
'计量单位表'
;
alter
table
`ecw_target_log`
add
column
`loglev`
int
DEFAULT
NULL
COMMENT
'逻辑计算来源'
;
alter
table
`ecw_target_log`
add
column
`gsf`
varchar
(
800
)
COLLATE
utf8mb4_general_ci
DEFAULT
NULL
;
alter
table
`ecw_target_log`
add
column
`gstype`
int
DEFAULT
NULL
;
-- 新增订单产生业绩时归属客户状态
...
...
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