I was wondering if anyone could tell me the max length of the meta_value
field for posts and user meta.
Leave a Reply
You must be logged in to post a comment.
I was wondering if anyone could tell me the max length of the meta_value
field for posts and user meta.
You must be logged in to post a comment.
Both
usermeta.meta_value
andpostmeta.meta_value
are stored as LONGTEXT. Here’s how the MySQL docs describe the size of a LONGTEXT data type:Source