db\Schema loadTableSchema()

loadTableSchema() protected abstract method

Loads the metadata for the specified table.

protected abstract null|yii\db\TableSchema loadTableSchema ( $name )
$name string

Table name

return null|yii\db\TableSchema

DBMS-dependent table metadata, null if the table does not exist.

doc_Yii
2016-10-30 16:59:42
Comments
Leave a Comment

Please login to continue.