variable_owners

0 rows


Description

Which internal users are responsible for reviewing the values of which variables for which projects.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
project_id int8 19 null
projects.id variable_owners_project_id_fkeyC
variable_id int8 19 null
variables.id variable_owners_variable_id_fkeyR
owned_by int8 19 null
users.id variable_owners_owned_by_fkeyC

Indexes

Constraint Name Type Sort Column(s)
variable_owners_pkey Primary key Asc/Asc project_id + variable_id
variable_owners_owned_by_idx Performance Asc owned_by
variable_owners_variable_id_idx Performance Asc variable_id

Relationships