Search code examples
phpactiverecordframeworksyiimodels

Export Yii Models with Relations into diagram


we have to create a schema diagramm of all AR Models in our Yii Project and before I start doing this manually i wanted to ask you if there maybe exists any extension out there. I appreciate any answer which could help saving some hours.

Thank you in advance!


Solution

  • If You define foreign keys between tables matching the relations between models MySQL Workbench can generate a schema diagram from the current schema, hope it helps

    To do this, got to Database > Reverse Engineering