我们正在使用的Apache Derby 10.5.3.0_1和就是hbm2ddl与Hibernate 3.3.x
我得到以下约束错误而预加载,嵌入式Derby数据库的SQL。 如果我删除从创建SQL表的主键(ID),它能够创建表。 不知道这个问题是在这里。
create table user_flow (id integer not null generated always as identity unique, creation_date timestamp not null, name varchar(255), primary key (id));
[INFO] Constraints 'SQL100219175052781' and 'SQL100219175052780' have the same set of columns, which is not allowed.