Skip to content

Commit

Permalink
[bug] Fixed the bug where the modify_time of the task changes with th…
Browse files Browse the repository at this point in the history
…e current time (#3360)
  • Loading branch information
charonjiang authored Nov 26, 2023
1 parent 39dfd17 commit 03f42ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ create table `t_flink_app` (
`option_state` tinyint default null,
`tracking` tinyint default null,
`create_time` datetime not null default current_timestamp comment 'create time',
`modify_time` datetime not null default current_timestamp on update current_timestamp comment 'modify time',
`modify_time` datetime not null default current_timestamp comment 'modify time',
`option_time` datetime default null,
`release` tinyint default 1,
`build` tinyint default 1,
Expand Down

0 comments on commit 03f42ca

Please sign in to comment.