X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Foracle.sql;h=38caf329c87f4433afb3641a84d49c1bacc0f7eb;hp=c610b03fd5866c66e030bf864ecae5a450aa8cc9;hb=9907359108e36864d8d9bcdf6acbe7a3b8335bd8;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2 diff --git a/src/it/hib-test/oracle.sql b/src/it/hib-test/oracle.sql index c610b03f..38caf329 100644 --- a/src/it/hib-test/oracle.sql +++ b/src/it/hib-test/oracle.sql @@ -1,12 +1,10 @@ - drop table test_simple cascade constraints; - create table test_simple ( uuid varchar2(36 char) not null, content clob, + created timestamp, externalid varchar2(148 char), sources varchar2(255 char), 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);