complexity_level

62 rows


Description

details about the complexity levels of the service category

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null

service-owned unique identifier

title text 2147483647 null

complexity level of needs, usually: low, medium, high

description text 2147483647 null

rationale for the complexity level

service_category_id uuid 2147483647 null
service_category.id fk_service_category_idR

the ID of the intervention service category it belongs to

complexity complexities 2147483647 null

Indexes

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

Relationships