projects
/
hibernate-maven-plugin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Configured the 5.0.12-tutorials as integration-test for the plugin
[hibernate-maven-plugin]
/
src
/
it
/
tutorials-5.0.12
/
schema-entitymanager.sql
1
2
create table EVENTS (
3
id bigint not null,
4
EVENT_DATE timestamp,
5
title varchar(255),
6
primary key (id)
7
);