Table listing
Here is the list of all tables created in the database.
Clic on a table name for more informations.
Here is the list of all tables created in the database.
Clic on a table name for more informations.
This table defines the type of each level of criteria. Indeed, a criterion can have sub criteria and these sub criteria has a meaning for the quality framework.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
id_criterion_type | integer | X | X | This is the primary key of the table. | |
label | character varying(8192) | X | This is an human readable name for the type of quality criterion. | ||
level | integer | X | It defines the level for this type of quality criterion. | ||
id_quality_framework | integer | X | quality\_framework(id_quality_framework) | This is a foreign key to the table quality_framework. |