You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: