@@ -47,7 +47,7 @@ update comment
set top_number=0
where top_number is null;
alter table comment
- modify id bigint not null;
+ modify id bigint auto_increment;
modify top_number int not null;