Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
representative_id | BIGINT | 19 | √ | null |
|
|
||||
submission_id | BIGINT | 19 | null |
|
|
|||||
role | VARCHAR | 40 | null |
|
|
|||||
representative_id_type | VARCHAR | 255 | √ | NULL |
|
|
||||
representative_id_value | VARCHAR | 255 | √ | NULL |
|
|
||||
name | VARCHAR | 255 | √ | NULL |
|
|
||||
phone | VARCHAR | 255 | √ | NULL |
|
|
||||
VARCHAR | 255 | √ | NULL |
|
|
|||||
url | VARCHAR | 2047 | √ | NULL |
|
|
||||
is_supplier | SMALLINT | 5 | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | representative_id |
format_representatives_pkey | Performance | Asc/Asc | representative_id + submission_id |
representatives_submission_id | Performance | Asc | submission_id |