2.2.10.sql 130 Bytes
ALTER TABLE `collaboration`.`pms_payment_receipt`
ADD COLUMN `PROJECT_ID`  bigint(20) NULL COMMENT '项目ID' AFTER `TENANT_ID`;