Atrauzzi\LaravelDoctrine\Console\UpdateSchemaCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return array(array('complete', null, InputOption::VALUE_OPTIONAL, 'If defined, all assets of the database which are not relevant to the current metadata will be dropped.', false), array('sql', null, InputOption::VALUE_NONE, 'Dumps the generated SQL statements to the screen (does not execute them).'));
    }
UpdateSchemaCommand