This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
athena-demo
/
athena-opt-demo
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
105
Wiki
Activity
Browse Source
feat:生产表新增字段
master
郑贵龙
1 year ago
parent
be875ee4ec
commit
d4477b3f1e
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
doc/sql/app-20230912-ddl.sql
+ 4
- 0
doc/sql/app-20230912-ddl.sql
View File
@ -119,3 +119,7 @@ ALTER TABLE `cim_chat_file` MODIFY COLUMN `question` varchar (500);
-- 催收表新增处理人
alter
table
cim_collection_detail
Add
column
processed_by
varchar
(
32
)
null
default
'
'
COMMENT
'
处理人
'
;
-
-
新
增
生
产
主
管
字
段
alter
table
cim_collection_detail
Add
column
produce_boss
varchar
(
100
)
null
default
'
'
COMMENT
'
生产主管
'
;
Write
Preview
Loading…
Cancel
Save