X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Foracle.sql;h=37ad107455b65f7e608c99c8da4e33241821013e;hp=c610b03fd5866c66e030bf864ecae5a450aa8cc9;hb=fee05864d61145a06ee870fbffd3bff1e95af08c;hpb=7518f2a7e8a3d900c194dbe61609efa34ef047bd diff --git a/src/it/hib-test/oracle.sql b/src/it/hib-test/oracle.sql index c610b03f..37ad1074 100644 --- a/src/it/hib-test/oracle.sql +++ b/src/it/hib-test/oracle.sql @@ -4,6 +4,7 @@ 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)