Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('opportunity_quota_link_id_seq'::regclass) |
|
|
|||||
| uuid | varchar | 2147483647 | null |
|
|
||||||
| opportunity_id | int4 | 10 | null |
|
|
||||||
| quota_id | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | now() |
|
|
||||||
| updated_at | timestamp | 29,6 | now() |
|
|
||||||
| deleted_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_e88a8b86a7cbc450ca6bfd02a43 | Primary key | Asc | id |
| UQ_fa5cde4fc64e5383efc6e4ca71f | Must be unique | Asc | uuid |