Jump to content

What datatype is an int array?


cbearhoney

Recommended Posts

Since you cannot directly store an array in a database, you would need to serialize it, so you would need to use a data type capable holding the serialized data, which would be a string. I would use a binary BLOB type so that character encoding would not become an issue.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.