protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     DatabaseProvider::runMigrations($this->container['db']);
 }