string('link')->default(''); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('ejaculations', function (Blueprint $table) { $table->removeColumn('link'); }); } }