I want to create a table with the column type Long instead of Integer. Is it possible?
Long
Integer
I don't think there is type long. Either you can use INTEGER (or) Numeric. Here is link with supported data types http://www.sqlite.org/datatype3.html