collection


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('collection_id_seq'::regclass)
entrance_id int8 19 null
article.id collection_entrance_id_foreignR
article_id int8 19 null
article.id collection_article_id_foreignR
order int4 10 null
created_at timestamptz 35,6 CURRENT_TIMESTAMP
updated_at timestamptz 35,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
collection_pkey Primary key Asc id
collection_article_id_index Performance Asc article_id
collection_entrance_id_index Performance Asc entrance_id
collection_order_index Performance Asc order

Relationships