string('url')->nullable()->comment('过期后链接'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { // }); } };