不能创建表
我的是在postgres这个数据库,配置有问题,Unsuccessful: create table user (id int4 not null, age int4, name varchar(255), primary key (id)) org.hibernate.tool.hbm2ddl.SchemaExport : 错误: 语法错误 在 "user" 或附近的,确实我直接在数据库操作也是有问题,要自己加public模式。create table "public".user才行,这个怎么解决