insert([ [ 'field' => 'three_payment_switch', 'val' => "1", 'remark' => '三方支付提现开关(1:开启 0:关闭)', 'group_id' => 1, 'created_at' => now(), 'updated_at' => now(), ], ]); } /** * Reverse the migrations. * * @return void */ public function down() { // } };