Is there type Long in SQLite?

前端 未结 7 717
我在风中等你
我在风中等你 2020-12-23 20:00

I want to create a table with the column type Long instead of Integer. Is it possible?

7条回答
  •  再見小時候
    2020-12-23 20:47

    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

提交回复
热议问题