@suluk/deploy - v0.1.4
    Preparing search index...

    Interface ColumnDef

    One column, structured — shared by the full-schema emitter and the migration-delta.

    interface ColumnDef {
        name: string;
        type: string;
        notNull: boolean;
        pk: boolean;
    }
    Index

    Properties

    Properties

    name: string
    type: string
    notNull: boolean
    pk: boolean