Open ChrOertlin opened 4 weeks ago
Our database models in CG have non-optional fields that are nullable in the database leading to inconsistencies. These models should be streamlined so that we do not allow faulty or missing data in the database.
Potentially a part of https://github.com/Clinical-Genomics/project-planning/issues/583?
@ChrOertlin should we track this as technical debt? (in a new column on the board)
Description
Our database models in CG have non-optional fields that are nullable in the database leading to inconsistencies. These models should be streamlined so that we do not allow faulty or missing data in the database.