//鍊间负null閮芥敼鎴�1 UPDATE tenant_employees set insure = 0 WHERE insure is null; //璁剧疆琛ㄩ粯璁ゅ€间负1 alter table `tenant_employees` MODIFY column `insure` INT(1) not null default 0;