findColumns() protected method
Collects the table column metadata.
| protected boolean findColumns ( $table ) | ||
|---|---|---|
| $table | yii\db\TableSchema |
The table schema |
| return | boolean |
Whether the table exists |
findColumns() protected method
Collects the table column metadata.
| protected boolean findColumns ( $table ) | ||
|---|---|---|
| $table | yii\db\TableSchema |
The table schema |
| return | boolean |
Whether the table exists |
Please login to continue.