yiisoft / yii2-gii

Yii 2 Gii Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 192 forks source link

Update Generator.php #545

Open spzgy opened 1 year ago

spzgy commented 1 year ago

In yii\db\BaseActiveRecord, there is no getTableSchema method. When using Gii to generate CRUD for non-relational databases, an error occurs because the getTableSchema method cannot be found.

Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌
Fixed issues
what-the-diff[bot] commented 1 year ago

PR Summary

samdark commented 1 year ago

Please add a line for CHANGELOG. Thanks.