Files
integreat/migrator/migrations/1530242355-UP-add-check-number.sql
2018-06-28 21:20:51 -07:00

4 lines
145 B
SQL

-- 1530242355 UP add-check-number
alter table transactions add column check_number INT;
alter table transactions add column bank_account_id int;