I have problem with this script. Can someone help me?
ERROR 1005: Can't create table 'db_new.users_roles' (errno: 150)
SQL Statement:
CREATE TABLE `luxury`.`users_roles` (
`id` INT NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`))
In the database there are tables "users" and "roles". "users_roles" is a table for ManyToMany Hibernate