EN
Español
English
Português
    AFW_ITEM_MODEL

    Table where each of the models configured in Aranda Field Services is recorded

    Data model

    Fields

    Field Type Description
    description* NVARCHAR (500) Detailed Model Information
    id* INT Unique identifier of the table
    is_active* BIT Marking to identify if the model registration status is in active status
    is_deleted* BIT Model type identifier to know if its status is deleted
    item_type_id INT Model Type Identifier
    name* NVARCHAR (100) Model Name
    script NVARCHAR (MAX) Model Type Identifier

    Primary Key

    PK_AFW_MODEL
    id