5 use Doctrine\DBAL\Platforms\AbstractPlatform;
6 use Doctrine\DBAL\Schema\Comparator;
7 use Doctrine\DBAL\Schema\Schema;
14 use DoctrineAbstractSchemaTrait;
31 return $this->addTableToSchema(
new Schema(), $tableSpec );
35 $comparator =
new Comparator();
36 $schemaDiff = $comparator->compare(
40 return $schemaDiff->toSql( $this->platform );