Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.4
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
The following schema-level changes have to be done before tables are created:
- create Schema (PGSQL, MySQL, ...)
- Create Federations (Azure)
- Create Types (PGSQL, Oracle, ...)
- Create Views, Stored Procedures, Triggers
We should add the following APIs:
array $sql AbstractPlatform::getCreateSchemaAdditionalStatements(Schema $schema);
$object = new SQLObject($sqlUpCommand, $sqlDropCommand);
$schema->addSQLObject($object);