insert([ [ 'field' => 'receiving_type', 'val' => "2", 'remark' => '充值方式:1自动 2手动', 'group_id' => 1, 'created_at' => now(), 'updated_at' => now(), ] ]); } /** * Reverse the migrations. * * @return void */ public function down() { // } };