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