add assist_name
This commit is contained in:
parent
b6c79ae9c6
commit
832c7c6181
3
1764555948_table_customer_task_add_assist_name.up.sql
Normal file
3
1764555948_table_customer_task_add_assist_name.up.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `ufutx_s2_customer_task`
|
||||
ADD COLUMN `assist_mobile` varchar(50) default null comment "协助手机号" after `detail`,
|
||||
ADD COLUMN `assist_name` varchar(100) default null comment "协助姓名" after `detail`
|
||||
Loading…
Reference in New Issue
Block a user