X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fh2.sql;h=f4fff24a50e7156e6fc15ce2db02581cc196ed87;hb=5726d98865ea5257e5829355d8e4f9f42fbe0b53;hp=9569fa60a45bf23d008fe696f30f9680aad91b46;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2;p=hibernate4-maven-plugin diff --git a/src/it/hib-test/h2.sql b/src/it/hib-test/h2.sql index 9569fa60..f4fff24a 100644 --- a/src/it/hib-test/h2.sql +++ b/src/it/hib-test/h2.sql @@ -1,9 +1,8 @@ - drop table test_simple if exists; - create table test_simple ( uuid varchar(36) not null, content clob, + created timestamp, externalid varchar(148), sources varchar(255), primary key (uuid)