@grandlinex/kernel
    Preparing search index...

    Interface ColumnProps

    interface ColumnProps {
        canBeNull?: boolean;
        dataType: DataType;
        foreignKey?: { key: string; relation: string; schema?: string };
        primaryKey?: boolean;
        unique?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canBeNull?: boolean
    dataType: DataType
    foreignKey?: { key: string; relation: string; schema?: string }
    primaryKey?: boolean
    unique?: boolean