insert([ [ 'field' => 'activity_role', 'val' => $role, 'remark' => '活动规则', 'group_id' => 1, 'created_at' => now(), 'updated_at' => now(), ], ]); } /** * Reverse the migrations. * * @return void */ public function down() { // } };