You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
227 B
4 lines
227 B
1 month ago
|
ALTER TABLE `bs_sgc_jsjd_bui_purpose_funds`
|
||
|
ADD COLUMN `type` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '资金用途(水利基础建设资金、三防经费、移民经费)' ;
|
||
|
|