Type Alias SQLType

SQLType: "NULL" | "INTEGER" | "REAL" | "TEXT" | "BLOB" | `CHAR(${number})`

Data types recognized by SQLite.