Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('maia_training_proposals_id_seq'::regclass) |
|
|
||||
points | json | 2147483647 | √ | null |
|
|
||||
score | float8 | 17,17 | √ | null |
|
|
||||
selected | bool | 1 | false |
|
|
|||||
image_id | int4 | 10 | null |
|
|
|||||
shape_id | int4 | 10 | null |
|
|
|||||
job_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
maia_training_proposals_pkey | Primary key | Asc | id |
maia_training_proposals_image_id_index | Performance | Asc | image_id |
maia_training_proposals_job_id_index | Performance | Asc | job_id |