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