Documentation
    Preparing search index...
    interface ColumnDescription {
        allowNull: boolean;
        autoIncrement: boolean;
        comment: string | null;
        defaultValue: string;
        primaryKey: boolean;
        type: string;
    }
    Index
    allowNull: boolean
    autoIncrement: boolean
    comment: string | null
    defaultValue: string
    primaryKey: boolean
    type: string