Skip to content

Instantly share code, notes, and snippets.

@petednz
Created November 3, 2015 21:58
Show Gist options
  • Save petednz/7151675e9b1d7715a163 to your computer and use it in GitHub Desktop.
Save petednz/7151675e9b1d7715a163 to your computer and use it in GitHub Desktop.
MEMBERSHIP TABLE
id contact_id membership_type_id join_date start_date end_date source status_id is_override owner_membership_id max_related is_test is_pay_later contribution_recur_id campaign_id
21108 20022 1 NULL NULL NULL Online Contribution: Joining the Green Party 8 NULL NULL NULL 0 0 NULL NULL
CONTRIBUTION TABLE
id contact_id financial_type_id contribution_page_id payment_instrument_id receive_date non_deductible_amount total_amount fee_amount net_amount trxn_id invoice_id currency cancel_date cancel_reason receipt_date thankyou_date source amount_level contribution_recur_id honor_contact_id is_test is_pay_later contribution_status_id honor_type_id address_id check_number campaign_id
156248 20022 5 17 1 2015-11-02 12:13:54 20.00 20.00 NULL 20.00 p2345245425 98sdf98sdf987adf9 NZD NULL 0 2015-11-02 12:13:54 NULL Online Contribution: Joining the xxx NULL NULL NULL 0 0 1 NULL 260793 NULL NULL
MEMBERSHIP PAYMENT TABLE
id membership_id contribution_id
20982 21108 156248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment