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