EN
Español
English
Português
    ASMS_SETTINGS

    Represents the configuration of each project

    Data model

    Fields

    Field Type Description
    sett_application_id* INT Application type identifier, reference the AFW_APPLICATIONS.appl_id table
    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, reference table ASMS_PROJECTS.proj_id
    sett_type_id INT Condiguration type identifier, reference the ASMS_TYPES.id table
    sett_value NVARCHAR (MAX) Configuration Value

    Primary Key

    PK_ASMS_SETTINGS
    sett_id

    References

    Column Referenced Table Referenced column Name
    sett_application_id* Bod. AFW_APPLICATIONS appl_id FK_ASMS_SETTINGS_APLICACIONES