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