ikismail / ShoppingCart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
MIT License
363 stars 413 forks source link

Model Id use GenerateType.AUTO, but field Type is String. #55

Open heruilong1988 opened 4 years ago

heruilong1988 commented 4 years ago

the create statment ouput by hibernate is like create table users ( userId varchar(255) not null auto_increment, emailId varchar(255), enabled boolean not null, password varchar(255), primary key (userId) ) the statement will fail in mysql