My understanding is that you want to lock the table so that users can't be making changes to its rows while you want to update something. For example, if you want to update all your posts that used to have an empty body to say "write something here" instead, then you want to lock those rows up while this migration is running. I'm not sure what the My understanding is that you want to lock the t