Update 1737444812_create_ufutx_s2_customer_visit_records.up.sql
This commit is contained in:
parent
9a8656e990
commit
b316dd1737
@ -5,11 +5,11 @@ CREATE TABLE `health`.`ufutx_s2_customer_visit_records` (
|
||||
`customer_type` TINYINT NOT NULL DEFAULT '2' COMMENT '1=B端政府, 2=B端企业, 3=B端医院, 4=B端供应商, 101=C端合伙人, 102=C端内部合作伙伴' ,
|
||||
`contacts_name` INT NOT NULL COMMENT '客户联系人名称' ,
|
||||
`contacts_mobile` VARCHAR(128) NOT NULL COMMENT '客户联系人电话' ,
|
||||
`visit_time` TIMESTAMP NOT NULL COMMENT '拜访时间' ,
|
||||
`visit_time` TIMESTAMP null default null COMMENT '拜访时间' ,
|
||||
`visit_address` VARCHAR(2048) NOT NULL COMMENT '拜访地点' ,
|
||||
`visit_theme` TEXT NOT NULL COMMENT '拜访事宜' ,
|
||||
`visit_result` TEXT NOT NULL COMMENT '拜访成果' ,
|
||||
`created_at` TIMESTAMP NOT NULL ,
|
||||
`updated_at` TIMESTAMP NOT NULL ,
|
||||
`created_at` TIMESTAMP null default null ,
|
||||
`updated_at` TIMESTAMP null default null ,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE = InnoDB COMMENT = '客户拜访记录';
|
Loading…
Reference in New Issue
Block a user