yiisoft / db

Yii Database Library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
134 stars 35 forks source link

`Schema::hasTableName()` method is missing #762

Open Tigrov opened 1 year ago

Tigrov commented 1 year ago

Need to add a new method Schema::hasTableName() to check if the schema has the table name. Also Schema::hasSchemaName() and Schema::hasViewName().

Tigrov commented 1 year ago

In version 1.1.0 can be realized in AbstractSchema without adding the methods to SchemaInterface. Then add the methods to the interface in version 2.0.0