Doctrine


Namespace Doctrine\ORM\Tools\Console\Command\SchemaTool

Class Summary
AbstractCommand
CreateCommandCommand to create the database schema for a set of classes based on their mappings.
DropCommandCommand to drop the database schema for a set of classes based on their mappings.
UpdateCommandCommand to update the database schema for a set of classes based on their mappings.

Doctrine