$tableSchemas public read-only property
The metadata for all tables in the database. Each array element is an instance of yii\db\TableSchema or its child class.
public yii\db\TableSchema[] getTableSchemas ( $schema = '', $refresh = false )
$tableSchemas public read-only property
The metadata for all tables in the database. Each array element is an instance of yii\db\TableSchema or its child class.
public yii\db\TableSchema[] getTableSchemas ( $schema = '', $refresh = false )
Please login to continue.