Skip to content

Commit

Permalink
update column name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmclean committed Nov 7, 2024
1 parent 0fd58e6 commit 953063c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void handle() {
String autoIncrement = columns[i].autoIncrement() ? "true" : "false";

if (i == 0) {
all.append("name,datatype,comment,nullable,auto" + System.lineSeparator());
all.append("name,datatype,comment,nullable,auto_increment" + System.lineSeparator());
}
// TODO default values
all.append(
Expand Down

0 comments on commit 953063c

Please sign in to comment.