I have some sql I use to pull some reports out from the db tables.
Works well, but obviously the fields are only identified by the field number.
How/Where can I get that data?
I see the _meta table filled with serialized data, but I'm having a bit of trouble understanding how it's formatted. It looks like a multidimensional JSON array.