1 2 3-- Your SQL goes here ALTER TABLE payment_attempt ADD COLUMN IF NOT EXISTS authorized_amount BIGINT;
1 2 3
-- Your SQL goes here ALTER TABLE payment_attempt ADD COLUMN IF NOT EXISTS authorized_amount BIGINT;