Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('lawsuit_payment_id_seq'::regclass) |
|
|
||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| payee | varchar | 255 | null |
|
|
|||||
| settlement | numeric | 16,2 | null |
|
|
|||||
| legal_fees | numeric | 16,2 | null |
|
|
|||||
| lawsuit_id | int4 | 10 | null |
|
|
|||||
| airtable_id | varchar | 20 | √ | null |
|
|
||||
| airtable_updated_at | varchar | 30 | √ | null |
|
|
||||
| paid_date | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| lawsuit_payment_pkey | Primary key | Asc | id |
| lawsuit_payment_airtable_id_81ce6a47_like | Performance | Asc | airtable_id |
| lawsuit_payment_airtable_id_key | Must be unique | Asc | airtable_id |
| lawsuit_payment_lawsuit_id_57266881 | Performance | Asc | lawsuit_id |

