mysql> create table role_to_privilege(
-> id int primary key auto_increment,
-> rId int not null,
-> pId int not null
-> );
Query OK, 0 rows affected (0.09 sec)
mysql> create table role_to_privilege(
-> id int primary key auto_increment,
-> rId int not null,
-> pId int not null
-> );
Query OK, 0 rows affected (0.09 sec)