1. If I want to update the table, how should I do it? 2. If I want to query using the `or` condition, how should I write it? it will query like this, example: ```ruby Post.where('id.in': ['id1', 'id2'] or 'user_id.in': ['uid1', 'uid2', 'uid3']) ``` Pls help me, thanksss you ! @ckhsponge