Closed jensUhl closed 4 days ago
The table IsCareServiceUsed has one column for each care_service_name with its entry being 1 if the name is selected for the given classification_id. There are about 60 such names, so we want to automatically generate these columns.
IsCareServiceUsed
care_service_name
classification_id
The table
IsCareServiceUsed
has one column for eachcare_service_name
with its entry being 1 if the name is selected for the givenclassification_id
. There are about 60 such names, so we want to automatically generate these columns.