I have installed the exception_handler gem and am storing exceptions in the errors
table.
I am attempting to add additional information to this table. However, this table is created a the exception_handler
migrations and not my apps. exception_handler
migrations run AFTER my migrations, so when I attempt to modify the table, the table does not exist.
How can I add additional information to this errors
table?