Skip to content

Commit

Permalink
[Bug] upgrade ddl bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Dec 16, 2023
1 parent e662e47 commit 9ed4bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ set foreign_key_checks = 0;

alter table `t_flink_app`
add column `dependency` text collate utf8mb4_general_ci default null after `main_class`,
modify column `modify_time` datetime not null comment 'modify time';
modify column `modify_time` datetime not null default current_timestamp comment 'modify time';

set foreign_key_checks = 1;

0 comments on commit 9ed4bfa

Please sign in to comment.