Add methods to `Phinx\Db\Table` ``` getPendingColumns() setPendingColumns() ``` Move the logic from `getColumns()` & `setColumns()` to these methods. These old methods should actually return the table's columns!