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