EN
Español
English
Português
    AI_TASK_APPLICATION

    Represents the relationship between AI tasks and the applications that can use them

    Data model

    Fields

    Field Type Description
    application_id* INT App ID
    task_id* INT AI Task ID

    Primary Key

    PK_AI_TASK_APPLICATION
    task_id, application_id

    References

    Column Referenced Table Referenced column Name
    application_id* dbo.AFW_APPLICATIONS appl_id FK02_AI_TASK_APPLICATION
    task_id* dbo.AI_TASK id FK01_AI_TASK_APPLICATION