Which methods are used in database migrations classes?
up() and down()
run() and delete()
save() and update()
execute() and rollback()
(A) up() and down()
Explanation: