GenerateMigrationsCommand
class GenerateMigrationsCommand extends Command
Generate migrations.
Run bin/console generate-migrations
or bin/console migrations
Methods
void
configure()
Configure the command.
int
execute(InputInterface $input, OutputInterface $output)
Run the console command.
Details
at line 31
protected void
configure()
Configure the command.
at line 55
protected int
execute(InputInterface $input, OutputInterface $output)
Run the console command.