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