Sorci.js
    Preparing search index...

    Type Alias ProjectionColumnDefinition

    type ProjectionColumnDefinition = {
        default?: string | number | boolean;
        index?: "btree" | "gin" | "gist";
        nullable?: boolean;
        primaryKey?: boolean;
        type: ProjectionColumnType;
    }
    Index

    Properties

    default?: string | number | boolean
    index?: "btree" | "gin" | "gist"
    nullable?: boolean
    primaryKey?: boolean