I want to create a table with the column type Long instead of Integer. Is it possible?
Long
Integer
You just define a column with Integer type. SQLite sets the column length to 1,2,4,8 depending on your input.