Open Tigrov opened 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().
Schema::hasTableName()
Schema::hasSchemaName()
Schema::hasViewName()
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
AbstractSchema
SchemaInterface
Need to add a new method
Schema::hasTableName()
to check if the schema has the table name. AlsoSchema::hasSchemaName()
andSchema::hasViewName()
.