string('media_path')->nullable()->comment('资源地址'); }); } } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropColumns(['media_path']); } };