Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_ml_recommender_items_id_seq'::regclass) |
|
|
||
unique_id | varchar | 100 | ''::character varying |
|
|
|||
target_item_id | int8 | 19 | null |
|
|
|||
target_component | varchar | 100 | ''::character varying |
|
|
|||
target_area | varchar | 100 | √ | null |
|
|
||
item_id | int8 | 19 | null |
|
|
|||
component | varchar | 100 | ''::character varying |
|
|
|||
area | varchar | 100 | √ | null |
|
|
||
score | numeric | 20,12 | null |
|
|
|||
time_created | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_mlrecoitem_id_pk | Primary key | Asc | id |
app_mlrecoitem_are_ix | Performance | Asc | area |
app_mlrecoitem_itecom_ix | Performance | Asc/Asc | item_id + component |
app_mlrecoitem_sco_ix | Performance | Asc | score |
app_mlrecoitem_tar_ix | Performance | Asc | target_area |
app_mlrecoitem_tartar_ix | Performance | Asc/Asc | target_item_id + target_component |
Diagram producer might be missing
No diagrams were produced please see application output for any errors