CompareSchemaCommand
class CompareSchemaCommand extends Command (View source)
Constants
RETURN_CODE_ON_FAILURE |
The return code we should return when an exception is thrown while running the command. |
Methods
configure()
No description
execute(InputInterface $input, OutputInterface $output)
No description
filterQueries($queries)
Filter out all the queries that are platform specific that Doctrine doens't give us a good way to deal with. This is mostly index lengths that are set in installation that Doctrine doesn't support.
Details
run(InputInterface $input, OutputInterface $output)
{@inheritdoc}
protected Command
addEnvOption()
Add the "env" option to the command options.
protected
configure()
No description
protected
execute(InputInterface $input, OutputInterface $output)
No description
protected
filterQueries($queries)
Filter out all the queries that are platform specific that Doctrine doens't give us a good way to deal with. This is mostly index lengths that are set in installation that Doctrine doesn't support.