Closed lav45 closed 9 years ago
Why in rbac migrate field 'user_id' is varchar (64)
if you migrate to yii2-app-advanced field 'id' in table 'user' integer (11)
because of this, between them you can't build a foreign key
look at #5435
you can write your own migration to create the table with an integer id.
Why in rbac migrate field 'user_id' is varchar (64)
if you migrate to yii2-app-advanced field 'id' in table 'user' integer (11)
because of this, between them you can't build a foreign key