Preparing search index...

    Database column definition type

    type databaseColumnType = {
        colName: string;
        type: encodedType;
    }
    Index

    Properties

    Properties

    colName: string

    Column name in the database

    SQLite data type for the column