Repeatable Fields in Pods 2.0
Repeating fields is going to be awesome – but we need to decide how to store this data. We have a few options: For each ‘repeatable’ field, have a separate table devoted to it that has these fields: id, related_id, and value (stored as the field’s type, like date, number, etc..) For each ‘repeatable’ field’s …