We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408be40 commit d9dc533Copy full SHA for d9dc533
1 file changed
streampark-console/streampark-console-service/src/main/assembly/script/schema/mysql-schema.sql
@@ -111,7 +111,7 @@ create table `t_flink_app` (
111
-- ----------------------------
112
drop table if exists `t_flink_app_backup`;
113
create table `t_flink_app_backup` (
114
-`id` bigint not null,
+`id` bigint not null auto_increment,
115
`app_id` bigint default null,
116
`sql_id` bigint default null,
117
`config_id` bigint default null,
0 commit comments