gtfs-sqljs
    Preparing search index...

    Interface ColumnDefinition

    interface ColumnDefinition {
        name: string;
        primaryKey?: boolean;
        required: boolean;
        type: "TEXT" | "INTEGER" | "REAL";
    }
    Index

    Properties

    name: string
    primaryKey?: boolean
    required: boolean
    type: "TEXT" | "INTEGER" | "REAL"