string('url')->nullable()->change(); $table->boolean('is_company')->nullable()->change(); $table->boolean('is_person')->nullable()->change(); $table->text('description')->nullable()->change(); $table->boolean('is_translator')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { return true; } }