Added patch by Joachim Van der Auwera to support package level annotations
[hibernate4-maven-plugin] / src / it / schemaexport-example / schema.sql
index e8f93ba..bd7142c 100644 (file)
@@ -8,6 +8,7 @@
 
     create table ABTEILUNG (
         OID bigint generated by default as identity (start with 1),
+        gender varchar(255),
         name varchar(255) not null,
         primary key (OID)
     );