review_status_history

22 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('review_status_history_id_seq'::regclass)
review_id int4 10 null
review.id review_status_history_review_id_fkeyR
status review_status 2147483647 null
time_created timestamptz 35,6 CURRENT_TIMESTAMP
is_current bool 1 true

Indexes

Constraint Name Type Sort Column(s)
review_status_history_pkey Primary key Asc id

Relationships