Skip to content

Commit

Permalink
项目支持关联运营产品和根据运营产品搜索 #9636
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 3, 2023
1 parent 7a3c5de commit f779fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ BEGIN
AND TABLE_NAME = 'T_PROJECT_APPROVAL'
AND COLUMN_NAME = 'product_id') THEN
ALTER TABLE `T_PROJECT_APPROVAL`
ADD COLUMN `product_id` int(10) DEFAULT NULL comment '运营产品ID';
ADD COLUMN `PRODUCT_ID` int(10) DEFAULT NULL comment '运营产品ID';
END IF;

COMMIT;
Expand Down

0 comments on commit f779fdd

Please sign in to comment.