EN
Español
English
Português
    ASMS_VIEW_FILTER

    Contains the information for custom views

    Data model

    Fields

    Field Type Description
    columns* VARCHAR (MAX) Columns
    creation_date* DATETIME Custom View Creation Date
    filter* VARCHAR (MAX) Filter
    id* INT Unique identifier for the custom view
    modification_date DATETIME Custom View Modification Date
    name* VARCHAR (255) Custom View Name
    type* TINYINT Custom view type
    user_id* INT Identifier of the user who created the custom view

    Primary Key

    PK_ASMS_VIEW_FILTER
    id

    References

    Column Referenced Table Referenced column Name
    user_id* dbo.AFW_USERS user_id FK01_ASMS_VIEW_FILTER