db icon indicating copy to clipboard operation
db copied to clipboard

Add new method `SchemaInterface::getUserDefinedTypes()`

Open Tigrov opened this issue 4 months ago • 0 comments

The method should return all types defined by user.

public function getUserDefinedTypes(string $schemaName = '', bool $refresh = false): array;

Tigrov avatar Feb 17 '24 08:02 Tigrov