Hi, I just used Supabase Studio locally to rename a column, then when I pulled the diff into a .sql migration file, it showed 2 statements—one to drop the column, then another to add a new column with the updated name. If I didn’t catch this, it would’ve lost all the existing data from that column.