projects
/
hibernate-maven-plugin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgraded source/target version of Java from 1.6 to 1.8
[hibernate-maven-plugin]
/
src
/
it
/
tutorials
/
schema-basic.sql
1
2
create table EVENTS (
3
EVENT_ID bigint not null,
4
EVENT_DATE timestamp,
5
title varchar(255),
6
primary key (EVENT_ID)
7
);