X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test-5.2.18%2Fh2.sql;fp=src%2Fit%2Fhib-test-5.2.18%2Fh2.sql;h=fd15b3fa84b3118f34b8803d85ee5021719d817f;hp=0000000000000000000000000000000000000000;hb=2e85504dc64f3b334f8c90f31c678b00f629c244;hpb=ebc47344a380e8826aeaec7f6e4717e7013212d4 diff --git a/src/it/hib-test-5.2.18/h2.sql b/src/it/hib-test-5.2.18/h2.sql new file mode 100644 index 00000000..fd15b3fa --- /dev/null +++ b/src/it/hib-test-5.2.18/h2.sql @@ -0,0 +1,10 @@ + + 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);