X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=99bdf22fbcd35d08079f7e5d7ecbb4327efc0dba;hp=875da31e6d117fd6de139657713f33542db1f91d;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2 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)