Opps - wrong mailing list :(
Sorry for the spam :(
2017-04-02 15:58 GMT+03:00 Petar Tahchiev :
> Hey guys,
>
> I've been using Hibernate's SchemaExport tool (5.1.x) for a long time it
> has always created an sql script with create-table statements like this:
>
> create table abstract_modifia
Hey guys,
I've been using Hibernate's SchemaExport tool (5.1.x) for a long time it
has always created an sql script with create-table statements like this:
create table abstract_modifiable_entity (
id bigint not null,
code varchar(255) not null,
created_by varchar(255)