objective_attachments

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.objective_attachments_id_seq'::regclass)
name text 2147483647 null
file_path text 2147483647 null
objective_id int8 19 null
objectives.id fk_objective_attachments_objectivesC
organization_id int8 19 null
organizations.id fk_objective_attachments_organizationsC
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
objective_attachments_pkey Primary key Asc id
idx_objective_attachments_on_objective_id Performance Asc objective_id
idx_objective_attachments_on_organization_id Performance Asc organization_id

Check Constraints

Constraint Name Constraint
check_file_path ((file_path ~ (('^files/'::text || organization_id) || '/(.+)$'::text)))

Relationships