Creating a schema that uses yii-user-management

Hey all,

I hope you’ll forgive me if I’m asking a simple question but it’s one for which I’ve been unable to find a simple answer.

I want to build a fairly robust app and have decided to use Yii to do so. I’m building out my schema and it’s unclear to me how to represent the yii-user-management (YUM) tables in that schema. Obviously, as I build my schema I’m going to want to establish relationships with the YUM tables - as I would if I was building user management from scratch. So, do I need to create the app framework and then import the YUM tables into my schema (I’m using MySQL Workbench) and build from there? Do I replicate the tables and then change the reference to them? Do I do something else?

I’m just unclear and would appreciate some guidance.

Thanks,

Talib