Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / hib-test / oracle.sql
index c610b03..15df941 100644 (file)
@@ -1,9 +1,8 @@
 
-    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)