diff --git a/driver/mysql/mysql_test.go b/driver/mysql/mysql_test.go index b09f9ed..1d9262e 100644 --- a/driver/mysql/mysql_test.go +++ b/driver/mysql/mysql_test.go @@ -41,7 +41,7 @@ func TestMigrate(t *testing.T) { ); CREATE TABLE yolo1 ( - id int(11) not nfull primary key auto_increment + id int(11) not null primary key auto_increment ); `), },