INTEGER constant
SqliteTypes
const INTEGER
Implementation
static const INTEGER = SqliteTypes._([
"INT",
"INTEGER",
"TINYINT",
"SMALLINT",
"MEDIUMINT",
"BIGINT",
"UNSIGNED BIG INT",
"INT2",
"INT8",
]);