record_creators

-1 rows


Description

Table to hold creators of the datasets

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('record_creators_id_seq'::regclass)
record_id int4 10 null
records.id record_creators_record_id_fkeyC
name_entity_id int4 10 null
name_entities.id record_creators_name_entity_id_fkeyR
created_at timestamp 29,6 now()
updated_at timestamp 29,6 now()

Indexes

Constraint Name Type Sort Column(s)
record_creators_pkey Primary key Asc id
record_creators_record_id_name_id_key Must be unique Asc/Asc record_id + name_entity_id

Relationships