From 3fb53f620cdcd9abab2a3770506dc8b8779e4445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Fri, 10 Jun 2022 09:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sql/申报表.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resource/sql/申报表.sql b/resource/sql/申报表.sql index 2e233b895..84a6adc29 100644 --- a/resource/sql/申报表.sql +++ b/resource/sql/申报表.sql @@ -1 +1,4 @@ -ALTER TABLE hrsa_tax_declaration ADD COLUMN income_category int(255) NOT NULL COMMENT '薪资类型。1:正常工资薪金所得、4:劳务所得' ; \ No newline at end of file +ALTER TABLE hrsa_tax_declaration ADD COLUMN income_category int(255) NOT NULL COMMENT '薪资类型。1:正常工资薪金所得、4:劳务所得' ; + +ALTER TABLE hrsa_tax_declaration ADD income_category int NULL +GO \ No newline at end of file