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