EN
Español
English
Português
    AFW_CATALOG

    Store catalog category information

    Data model

    Fields

    Field Type Description
    cata_builtin* BIT Indicator if the category is predefined
    cata_description NVARCHAR (500) Catalog Category Description
    cata_id* INT Catalog category identifier
    cata_name* NVARCHAR (400) Catalog category name
    cata_parent_id INT Parent category identifier
    cata_status* INT Catalog status
    cata_type* NVARCHAR (2) Catalog Type
    modification_date DATETIME Date of last modification
    modified_by INT Identifier of the last user who modified the record

    Primary Key

    PK_AFW_CATALOG
    cata_id

    References

    Column Referenced Table Referenced column Name
    cata_parent_id dbo.AFW_CATALOG cata_id FK01_AFW_CATALOG