X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fh2.sql;h=fd15b3fa84b3118f34b8803d85ee5021719d817f;hp=9569fa60a45bf23d008fe696f30f9680aad91b46;hb=ee7f6da0225efc14d89fab58d88a45c98823399e;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2 diff --git a/src/it/hib-test/h2.sql b/src/it/hib-test/h2.sql index 9569fa60..fd15b3fa 100644 --- a/src/it/hib-test/h2.sql +++ b/src/it/hib-test/h2.sql @@ -1,12 +1,10 @@ - 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) ); - - create index idx_test_simple_tuple on test_simple (sources, uuid); +create index idx_test_simple_tuple on test_simple (sources, uuid);