diff --git a/tests/unit/data/postgres.sql b/tests/unit/data/postgres.sql index 7aa7b9b23b..b3f19c825e 100644 --- a/tests/unit/data/postgres.sql +++ b/tests/unit/data/postgres.sql @@ -125,7 +125,7 @@ CREATE TABLE "bool_values" ( ); -CREATE TABLE `animal` ( +CREATE TABLE "animal" ( id serial primary key, type varchar(255) not null );