string('media_path')->nullable()->comment('资源地址'); }); } } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('articles', function (Blueprint $table) { // $table->dropColumn('media_path'); }); } };