Extended integration-test "hib-test" to check for package-level annotations
[hibernate4-maven-plugin] / src / it / hib-test / postgres.sql
index 875da31..43c3d58 100644 (file)
@@ -4,6 +4,7 @@
     create table test_simple (
         uuid varchar(36) not null,
         content text,
+        created timestamp,
         externalid varchar(148),
         sources varchar(255),
         primary key (uuid)