X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fschemaexport-example%2Fschema.sql;fp=src%2Fit%2Fschemaexport-example%2Fschema.sql;h=bd7142cdb29ce7823dc2dc2a114bef1dead17e4b;hp=e8f93baefe584a1592a0f65f655a2d7e171e07ee;hb=426d18e689b89f33bf71601becfa465a00067b10;hpb=3a3aeaabdb1841faf5e1bf8d220230597fb22931 diff --git a/src/it/schemaexport-example/schema.sql b/src/it/schemaexport-example/schema.sql index e8f93bae..bd7142cd 100644 --- a/src/it/schemaexport-example/schema.sql +++ b/src/it/schemaexport-example/schema.sql @@ -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) );