
/*p_user新增列*/
ALTER TABLE p_user ADD COLUMN serviceCustomerCount int(11) DEFAULT NULL COMMENT '用户服务过的客户数量'; 


/*h_business_chance表*/
ALTER TABLE h_business_chance MODIFY chanceType ENUM('ip','ic','pa','icbc','common','iso') DEFAULT 'ip';


INSERT INTO `p_app` (`appid`, `secret`, `wxcode`, `name`, `isEnabled`, `created_at`, `updated_at`) VALUES ('wx1ee939592274aa06', 'a56733bfa9de5f4199da268848773e27', 'yzc', '易知产', 1, '2018-12-4 16:38:47', '2018-12-4 16:38:49');

