projects
/
hibernate-maven-plugin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
48eb18eff00d5c93301f13db88e8ad9cdbe16ee5
[hibernate-maven-plugin]
/
src
/
it
/
tutorials
/
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
);