insert into flarum_post_mentions_post
(`post_id`,`mentions_post_id`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark`)
values
(?post_id,?mentions_post_id,?create_by,?create_time,?update_by,?update_time,?del_flag,?remark)
update flarum_post_mentions_post set `post_id`=?post_id,`mentions_post_id`=?mentions_post_id,`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_post_mentions_post
where id =?id
select `post_id`,`mentions_post_id`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark` from flarum_post_mentions_post
where id =?id
select `post_id`,`mentions_post_id`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark` from flarum_post_mentions_post