loadTableSchema() public method
Loads the metadata for the specified table.
public yii\db\TableSchema|null loadTableSchema ( $name ) | ||
---|---|---|
$name | string |
Table name |
return | yii\db\TableSchema|null |
Driver dependent table metadata. Null if the table does not exist. |
Please login to continue.