Query assistant for candidate_contributions
Schema that will be passed to the model
CREATE TABLE candidate_contributions (canon_id INTEGER, campaign_id INTEGER, amount REAL, is_self INTEGER); CREATE INDEX idx_cc_pair ON candidate_contributions(canon_id, campaign_id)