Upgraded Hibernate
[hibernate4-maven-plugin] / src / it / hib-test / oracle.sql
index c610b03..38caf32 100644 (file)
@@ -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);