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 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. |