Blog Details

img-159

SQLite:

SQLite does not enforce a maximum length for the TEXT data type. The maximum storage size is 2^31-1 bytes (1,073,741,823 bytes).

SQLite:

  • SQLite does not enforce a maximum length for the TEXT data type. The maximum storage size is 2^31-1 bytes (1,073,741,823 bytes).

26