decimal('price', 10, 2)->nullable()->default(0)->comment('价格'); $table->boolean('supply_wechat_pay')->default(0)->nullable()->comment('是否支持微信支付0否1是'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { // }); } };