SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface ColumnDefinition

    interface ColumnDefinition {
        type: SqliteColumnType;
        nullable?: boolean;
        unique?: boolean;
        default?: ColumnDefaultValue;
        check?: string;
    }
    Index

    Properties

    nullable?: boolean
    unique?: boolean
    check?: string