We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98fb73 commit b5c0054Copy full SHA for b5c0054
1 file changed
test/mysql/create-database.sql
@@ -27,14 +27,14 @@ create table other (
27
u uuid
28
);
29
30
---testing IDs that aren't tablename + 'id'
+-- testing IDs that aren't tablename + 'id'
31
drop table if exists other_auto;
32
create table other_auto (
33
id int auto_increment primary key,
34
some_text text
35
36
37
---testing IDs that don't auto_increment
+-- testing IDs that don't auto_increment
38
drop table if exists other_int;
39
create table other_int (
40
id int unsigned primary key,
0 commit comments