Member Junction
    Preparing search index...

    A field descriptor passed to the AI prompt

    interface FieldDescriptor {
        AllowsNull: boolean;
        Description: string;
        IsPrimaryKey: boolean;
        IsUnique: boolean;
        MaxLength: number;
        Name: string;
        Type: string;
    }
    Index

    Properties

    AllowsNull: boolean
    Description: string
    IsPrimaryKey: boolean
    IsUnique: boolean
    MaxLength: number
    Name: string
    Type: string