use user forum at forum.hibernate.org for user questions - this is for
hibernate core development.
/max
> Hi,
> I am a newbie to hibernate.
> I am getting the following exception:
>DEBUG SchemaExport:301 - create table EVENTS (EVENTS_ID bigint
> generated by default as identity (start
Hi, I am a newbie to hibernate. I am getting the following exception: DEBUG SchemaExport:301 - create table EVENTS (EVENTS_ID bigint generated by default as identity (start with 1), EVENTS_DATE timestamp, EVENTS_TITLE varchar(255) not null, primary key (EVENTS_ID)) ERROR SchemaExport:272