Intermediate table of association between groups and specialists
Data model
Fields
| Field | Type | Description |
|---|---|---|
| grou_id* | INT | Associated group identifier. |
| grou_last_availability_mod | DATETIME | Column to identify if a certain skill was modified and record the corresponding modification date |
Primary Key
| PK_AFLS_GROUPS_SPECIALISTS |
|---|
| grou_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| grou_id* | dbo.AFW_GROUPS | grou_id | FK01_AFLS_GROUPS_SPECIALISTS |