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 associates an attribute group with an activity. It means that the group belongs to this activity.
The primary key is formed by both columns of the table.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
activityid | integer | X | X | activity(activityid) | This is a foreign key to the table activity. |
attributegroupid | integer | X | X | attributegroup(attributegroupid) | This is a foreign key to the table attributegroup. |