Represents the configuration of each project
Data model

Fields
| Field |
Type |
Description |
| sett_application_id* |
INT |
Application type identifier |
| sett_description |
NVARCHAR (510) |
Configuration Description |
| sett_id* |
INT |
Project Configuration ID |
| sett_key* |
NVARCHAR (110) |
Key or configuration identifier |
| sett_project_id |
INT |
Associated project ID |
| sett_type_id |
INT |
Identifier of the type of condiguration |
| sett_value |
NVARCHAR (MAX) |
Configuration Value |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| sett_application_id* |
dbo.AFW_APPLICATIONS |
appl_id |
FK_ASMS_SETTINGS_APLICACIONES |