Integration-Tests are skiped, if "maven.test.skip" is set to true
[hibernate4-maven-plugin] / src / it / hib-test / h2.sql
index 9569fa6..50da4e5 100644 (file)
@@ -4,6 +4,7 @@
     create table test_simple (
         uuid varchar(36) not null,
         content clob,
+        created timestamp,
         externalid varchar(148),
         sources varchar(255),
         primary key (uuid)