严重: Unsuccessful: create table t_choi (id integer not null auto_increment, name varchar(255) not null unique, price double precision not null, type varchar(255) not null, describe varchar(255), imgUrl varchar(255), time datetime, userid integer, primary key (id))
2010-4-21 16:54:07 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
严重: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'describe varchar(255), imgUrl varchar(255), time datetime, userid integer, prima' at line 1
2010-4-21 16:54:07 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
严重: Unsuccessful: alter table t_choi add index FKCB5B75EA6FF4D932 (userid), add constraint FKCB5B75EA6FF4D932 foreign key (userid) references t_user (id)
2010-4-21 16:54:07 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
严重: Table 'rvst.t_choi' doesn't exist
2010-4-21 16:54:07 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
严重: Unsuccessful: alter table t_comment add index FKF437E194509EAE9A (choiid), add constraint FKF437E194509EAE9A foreign key (choiid) references t_choi (id)
2010-4-21 16:54:07 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
严重: Can't create table '.\rvst\#sql-13c_c.frm' (errno: 150)