Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| fund_debit | int4 | 10 | null |
|
|
||||||
| debit_amount | numeric | 0 | null |
|
|
||||||
| funding_source_credit | int4 | 10 | √ | null |
|
|
|||||
| credit_amount | numeric | 0 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| debit_attribution_pkey | Primary key | Asc | id |
| acq_attribution_credit_idx | Performance | Asc | funding_source_credit |
| acq_attribution_debit_idx | Performance | Asc | fund_debit |
