prorm API Reference
    Preparing search index...

    Interface ColumnDescription

    Column description from describeTable

    interface ColumnDescription {
        type: string;
        allowNull: boolean;
        defaultValue: any;
        primaryKey: boolean;
        autoIncrement: boolean;
    }
    Index
    type: string
    allowNull: boolean
    defaultValue: any
    primaryKey: boolean
    autoIncrement: boolean