@grandlinex/kernel
    Preparing search index...

    Interface ColumnPropsBase

    interface ColumnPropsBase {
        canBeNull?: boolean;
        dataType: DataType;
        primaryKey?: boolean;
        unique?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canBeNull?: boolean
    dataType: DataType
    primaryKey?: boolean
    unique?: boolean