customer
This commit is contained in:
parent
7d9773b03a
commit
47cd14e245
3
1741768943_customer_add_decision.up.sql
Normal file
3
1741768943_customer_add_decision.up.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `ufutx_s2_customer`
|
||||
ADD COLUMN `decision` tinyint default 0 comment "是否决策人 0:否,1:是" after `remark`,
|
||||
ADD COLUMN `principal` varchar(100) comment "负责人" after `remark`
|
3
1741769235_table_record_add_longitude.up.sql
Normal file
3
1741769235_table_record_add_longitude.up.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `ufutx_s2_customer_visit_records`
|
||||
ADD COLUMN `latitude` varchar(50) comment "纬度" after `visit_address`,
|
||||
ADD COLUMN `longitude` varchar(50) comment "经度" after `visit_address`
|
Loading…
Reference in New Issue
Block a user