insert into flarum_flags (`id`,`post_id`,`type`,`user_id`,`reason`,`reason_detail`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark`) values (?id,?post_id,?type,?user_id,?reason,?reason_detail,?create_by,?create_time,?update_by,?update_time,?del_flag,?remark) update flarum_flags set `id`=?id,`post_id`=?post_id,`type`=?type,`user_id`=?user_id,`reason`=?reason,`reason_detail`=?reason_detail,`create_by`=?create_by,`create_time`=?create_time,`update_by`=?update_by,`update_time`=?update_time,`del_flag`=?del_flag,`remark`=?remark where id =?id delete from flarum_flags where id =?id select `id`,`post_id`,`type`,`user_id`,`reason`,`reason_detail`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark` from flarum_flags where id =?id select `id`,`post_id`,`type`,`user_id`,`reason`,`reason_detail`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark` from flarum_flags