Forest Admin - API reference
    Preparing search index...
    type ColumnSchema = {
        allowNull?: boolean;
        columnType: ColumnType;
        defaultValue?: unknown;
        enumValues?: string[];
        filterOperators?: Set<Operator>;
        isPrimaryKey?: boolean;
        isReadOnly?: boolean;
        isSortable?: boolean;
        type: "Column";
        validation?: ColumnSchemaValidation;
    }
    Index

    Properties

    allowNull?: boolean
    columnType: ColumnType
    defaultValue?: unknown
    enumValues?: string[]
    filterOperators?: Set<Operator>
    isPrimaryKey?: boolean
    isReadOnly?: boolean
    isSortable?: boolean
    type: "Column"