findColumns() protected method
Collects the metadata of table columns.
| protected boolean findColumns ( $table ) | ||
|---|---|---|
| $table | yii\db\TableSchema |
The table metadata |
| return | boolean |
Whether the table exists in the database |
| throws | Exception |
if DB query fails |
Please login to continue.