This table contains all criterion relative to a quality framework.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| id_quality_criterion | integer | X | X | This is the primary key of the table. | |
| code | character varying(8192) | X | It corresponds to a short label for this quality criterion. | ||
| label | text | X | It corresponds to an human-readable name for the quality criterion. | ||
| id_organization | integer | X | organization(id_organization) | This is a foreign key to the table organization. | |
| id_quality_framework | integer | X | quality\_framework(id_quality_framework) | This is a foreign key to the table quality_framework. |