yiisoft / yii2

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

RBAC migration type #11448

Closed RSalo closed 8 years ago

RSalo commented 8 years ago

Hi all. Is it normally? https://github.com/yiisoft/yii2/blob/master/framework/rbac/migrations/m140506_102106_rbac_init.php#L88 Check this out. user_id have VARCHAR type instead INT. Or i something don't understand?

samdark commented 8 years ago

Yes. It's OK.

samdark commented 8 years ago

User ID may be, for example, UUID.