PT
Español
English
Português
    ASMS_STATUS_TRANSITION

    Contém as informações sobre a transição entre dois estados

    Modelo de dados

    Campos

    Campo Cara Descrição
    sttr_category INT Tipo de entidade exclusivo e relacionado, juntamente com os campos sttr_code_fin, sttr_code_ini, sttr_project e sttr_model_id
    sttr_code_fin INT Identificador de estado final exclusivo ao lado dos campos sttr_code_ini, sttr_category, sttr_project e sttr_model_id
    sttr_code_ini INT Um identificador de estado inicial exclusivo ao lado dos campos sttr_code_fin, sttr_category, sttr_project e sttr_model_id
    sttr_id* INT Identificador exclusivo da transição
    sttr_model_id INT Identificador de modelo exclusivo junto com os campos sttr_code_fin, sttr_code_ini, sttr_category e sttr_project
    sttr_project INT Identificador exclusivo do projeto ao lado dos campos sttr_code_fin, sttr_code_ini, sttr_category e sttr_model_id

    Chave primária

    PK_ASMS_STATUS_TRANSITION
    sttr_id

    Referências

    Coluna Tabela referenciada Coluna referenciada Nome
    sttr_category dbo.ASMS_TYPES id FK03_ASMS_STATUS_TRANSITION
    sttr_code_fin dbo.ASMS_STATUS stat_id FK02_ASMS_STATUS_TRANSITION
    sttr_code_ini dbo.ASMS_STATUS stat_id FK01_ASMS_STATUS_TRANSITION
    sttr_model_id dbo.ASMS_MODEL id FK05_ASMS_STATUS_TRANSITION
    sttr_project dbo.ASMS_PROJECTS proj_id FK04_ASMS_STATUS_TRANSITION