CashPal chatter is a huge hit! After several weeks of use, the engineers at CashPal have decided that some changes need to be made to our posts table. You've been asked to write an up migration to alter the table.
Write an up migration for the posts table that achieves the following:
author_id column should be renamed to poster_idis_edited with a BOOLEAN typeDROP the is_sponsored column