X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fh2.sql;h=50da4e5198e48999b555c74102915e9e714e9a39;hp=9569fa60a45bf23d008fe696f30f9680aad91b46;hb=fee05864d61145a06ee870fbffd3bff1e95af08c;hpb=7518f2a7e8a3d900c194dbe61609efa34ef047bd diff --git a/src/it/hib-test/h2.sql b/src/it/hib-test/h2.sql index 9569fa60..50da4e51 100644 --- a/src/it/hib-test/h2.sql +++ b/src/it/hib-test/h2.sql @@ -4,6 +4,7 @@ create table test_simple ( uuid varchar(36) not null, content clob, + created timestamp, externalid varchar(148), sources varchar(255), primary key (uuid)