Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
heruilong1988 opened this issue Apr 18, 2020 · 0 comments
Open

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

heruilong1988 opened this issue Apr 18, 2020 · 0 comments

Comments

@heruilong1988
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant