Fixed broken postgresql test schema

This commit is contained in:
Alexander Makarov
2015-05-28 11:43:01 +03:00
parent 276b367fc5
commit a003a8fb48

View File

@ -147,7 +147,7 @@ CREATE TABLE "default_pk" (
type varchar(255) not null type varchar(255) not null
); );
CREATE TABLE "animal" ( CREATE TABLE "document" (
id serial primary key, id serial primary key,
title varchar(255) not null, title varchar(255) not null,
content text not null, content text not null,