Is there type Long in SQLite?

前端 未结 7 720
我在风中等你
我在风中等你 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:34

    His above link depicts a 64 bit Integer or Essentially a long, also see What is the difference between SQLite integer data types like int, integer, bigint, etc.?

    and Version of SQLite used in Android?

提交回复
热议问题