X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=99bdf22fbcd35d08079f7e5d7ecbb4327efc0dba;hb=3a7590b8862c3be691b05110f423865f6674f6f6;hp=875da31e6d117fd6de139657713f33542db1f91d;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2;p=hibernate4-maven-plugin diff --git a/src/it/hib-test/postgres.sql b/src/it/hib-test/postgres.sql index 875da31e..99bdf22f 100644 --- a/src/it/hib-test/postgres.sql +++ b/src/it/hib-test/postgres.sql @@ -1,9 +1,8 @@ - drop table if exists test_simple cascade; - create table test_simple ( uuid varchar(36) not null, content text, + created timestamp, externalid varchar(148), sources varchar(255), primary key (uuid)