info('Migration is enabled on this server.'); $this->call('migrate --force --isolated'); exit(0); } else { $this->info('Migration is disabled on this server.'); exit(0); } } }