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