X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpostgres.sql;h=43c3d58178cf1273bec921c5287e3823147bea8c;hp=875da31e6d117fd6de139657713f33542db1f91d;hb=fee05864d61145a06ee870fbffd3bff1e95af08c;hpb=7518f2a7e8a3d900c194dbe61609efa34ef047bd diff --git a/src/it/hib-test/postgres.sql b/src/it/hib-test/postgres.sql index 875da31e..43c3d581 100644 --- a/src/it/hib-test/postgres.sql +++ b/src/it/hib-test/postgres.sql @@ -4,6 +4,7 @@ create table test_simple ( uuid varchar(36) not null, content text, + created timestamp, externalid varchar(148), sources varchar(255), primary key (uuid)