Skip to content

Commit

Permalink
fix/修改pmhub_materials_approval_set 默认字符集
Browse files Browse the repository at this point in the history
  • Loading branch information
freestylefly committed Apr 1, 2024
1 parent e30a46b commit 2326f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/pmhub_20240305.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ CREATE TABLE `pmhub_materials_approval_set` (
`updated_time` datetime DEFAULT NULL,
`extra_id` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci


SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit 2326f6c

Please sign in to comment.