yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
14.24k stars 6.91k forks source link

RBAC, build a foreign key #8568

Closed lav45 closed 9 years ago

lav45 commented 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

unclead commented 9 years ago

look at #5435

you can write your own migration to create the table with an integer id.