Domanda

I'm developing a Web Application, but I have a question, What is the maximum TEXT DataType Capacity in WebSQL? Thank you!

È stato utile?

Soluzione

TINYTEXT 256 bytes

TEXT 65,535 bytes ~64kb

MEDIUMTEXT 16,777,215 bytes ~16MB

LONGTEXT 4,294,967,295 bytes ~4GB

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top