Module SQLite3::Constants::ColumnType
In: lib/sqlite3/constants.rb

Constants

INTEGER = 1
FLOAT = 2
TEXT = 3
BLOB = 4
NULL = 5

[Validate]