Explorar el Código

feat: 添加sql默认值

shc hace 4 años
padre
commit
04c6f15a1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      db/v2.0/0802.sql

+ 1 - 1
db/v2.0/0802.sql

@@ -1,2 +1,2 @@
 ALTER TABLE `sys_user`
-    ADD `tax_helper_agreement_signature` INT(1) NULL COMMENT '税邦云协议签署记录 0 未签署 1 已签署';
+    ADD `tax_helper_agreement_signature` INT(1) NULL DEFAULT 0 COMMENT '税邦云协议签署记录 0 未签署 1 已签署';