Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('lawsuit_lawsuitplaintiff_id_seq'::regclass) |
|
|
||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
updated_at | timestamptz | 35,6 | null |
|
|
|||||
name | varchar | 255 | null |
|
|
|||||
lawsuit_id | int4 | 10 | null |
|
|
|||||
airtable_id | varchar | 20 | √ | null |
|
|
||||
airtable_updated_at | varchar | 30 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
lawsuit_lawsuitplaintiff_pkey | Primary key | Asc | id |
lawsuit_lawsuitplaintiff_airtable_id_a45d2cf2_like | Performance | Asc | airtable_id |
lawsuit_lawsuitplaintiff_airtable_id_key | Must be unique | Asc | airtable_id |
lawsuit_lawsuitplaintiff_lawsuit_id_46f0aed9 | Performance | Asc | lawsuit_id |