SQLite how to declare as Byte Array?

前端 未结 2 1594
日久生厌
日久生厌 2020-12-05 23:27

I\'ve got a SQLite database. I\'d like to create a field and declare it as type Byte array but I don\'t know what SQLite calls something that would be of type Byte Array. Ho

2条回答
  •  心在旅途
    2020-12-06 00:00

    To add an info - official is BLOB, but when building SQLite DB is Visual studio, use type "image" which is the alias for BLOB

提交回复
热议问题