Member Junction
    Preparing search index...
    interface EntityFieldSnapshotRow {
        AllowsNull: boolean;
        AllowUpdateAPI: boolean;
        AutoIncrement: boolean;
        DefaultValue: string | null;
        Description: string | null;
        EntityID: string;
        EntityName: string;
        ID: string;
        IsComputed: boolean;
        IsPrimaryKey: boolean;
        IsUnique: boolean;
        IsVirtual: boolean;
        Length: number | null;
        Name: string;
        Precision: number | null;
        RelatedEntityFieldName: string | null;
        RelatedEntityID: string | null;
        Scale: number | null;
        Type: string;
    }
    Index

    Properties

    AllowsNull: boolean
    AllowUpdateAPI: boolean
    AutoIncrement: boolean
    DefaultValue: string | null
    Description: string | null
    EntityID: string
    EntityName: string
    ID: string
    IsComputed: boolean
    IsPrimaryKey: boolean
    IsUnique: boolean
    IsVirtual: boolean
    Length: number | null
    Name: string
    Precision: number | null
    RelatedEntityFieldName: string | null
    RelatedEntityID: string | null
    Scale: number | null
    Type: string