db icon indicating copy to clipboard operation
db copied to clipboard

`Schema::hasTableName()` method is missing

Open Tigrov opened this issue 2 years ago • 1 comments

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

Tigrov avatar Oct 06 '23 08:10 Tigrov

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

Tigrov avatar Nov 09 '23 13:11 Tigrov