X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.0.12%2Fschema-entitymanager.sql;fp=src%2Fit%2Ftutorials-5.0.12%2Fschema-entitymanager.sql;h=48eb18eff00d5c93301f13db88e8ad9cdbe16ee5;hp=0000000000000000000000000000000000000000;hb=fbab57c262b381d3db470cfd240fbcf9714401cb;hpb=5a4b1c4ba0a8285eaf0ce91fe89e7d20a31fc9a1 diff --git a/src/it/tutorials-5.0.12/schema-entitymanager.sql b/src/it/tutorials-5.0.12/schema-entitymanager.sql new file mode 100644 index 00000000..48eb18ef --- /dev/null +++ b/src/it/tutorials-5.0.12/schema-entitymanager.sql @@ -0,0 +1,7 @@ + + create table EVENTS ( + id bigint not null, + EVENT_DATE timestamp, + title varchar(255), + primary key (id) + );