insert([ [ 'field' => 'group_language', 'val' => "zh", 'remark' => '群消息语言', 'group_id' => 1, 'created_at' => now(), 'updated_at' => now(), ] ]); } /** * Reverse the migrations. * * @return void */ public function down() { // } };