Blog

Storing Meta Data in Relationships

Thought came up through Bjornet’s recent question – attaching comments to file uploads / images. Right now, we store the relationship itself and the order — but not meta data. It would be useful in Pods 2.0 to at least build in functionality to the DB table itself for this so people can extend infinitely through the new standard.

As for the standard itself, anyone have any ideas how to fit meta data for a field within the current PodAPI::save_pod_item function? I’ve got my own, but I’m interested in other opinions.