【7.2.5】sql更新,组织结构表增加税号字段

pull/84/head
yxx 2022-10-10 11:21:10 +08:00
parent 7e833ae44b
commit db336749a2
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `hr_organization` ADD COLUMN `tax_no` VARCHAR ( 30 ) NULL COMMENT '税号' AFTER `org_type`;