getTableSchema() public method
| public yii\db\TableSchema getTableSchema ( ) | ||
|---|---|---|
| return | yii\db\TableSchema |
The schema information of the database table associated with this fixture. |
| throws | yii\base\InvalidConfigException |
if the table does not exist |
getTableSchema() public method
| public yii\db\TableSchema getTableSchema ( ) | ||
|---|---|---|
| return | yii\db\TableSchema |
The schema information of the database table associated with this fixture. |
| throws | yii\base\InvalidConfigException |
if the table does not exist |
Please login to continue.