/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('dev:migration-create')->setDescription('Creates new database migration')->addArgument('name', InputArgument::REQUIRED, 'Migration name')->addOption('extension', 'e', InputOption::VALUE_REQUIRED, 'Migration file extension', 'sql');
     parent::configure();
 }