Is postmeta table used even after making table-based pods
-
The pods I’ve made are all table-based. But I’m still getting entries in the postmeta table even though the wp_podsrel table is storing the relationships. Is this normal?
Eg, in the wp_postmeta table I’m seeing these entries (portfolio and style are pods custom post types with table storage):
| Edit | Copy | Delete | 58681 | 170 | _pods_portfolio | a:1:{i:0;i:64;} |
| Edit | Copy | Delete | 58682 | 170 | _portfolio | 64 |
| Edit | Copy | Delete | 58683 | 64 | _style | 162 |
| Edit | Copy | Delete | 58684 | 64 | _style | 243 |
| Edit | Copy | Delete | 58685 | 64 | _style | 251 |
| Edit | Copy | Delete | 58686 | 64 | _style | 252 |
| Edit | Copy | Delete | 58687 | 64 | _style | 170 |And the podsrel table:
| Edit | Copy | Delete | 89 | 43 | 144 | 64 | 135 | 138 | 162 | 0 |
| Edit | Copy | Delete | 249 | 43 | 144 | 64 | 135 | 138 | 251 | 2 |
| Edit | Copy | Delete | 95 | 43 | 129 | 64 | 47 | 130 | 164 | 1 |
| Edit | Copy | Delete | 248 | 43 | 144 | 64 | 135 | 138 | 243 | 1 |
| Edit | Copy | Delete | 94 | 43 | 129 | 64 | 47 | 130 | 165 | 0 |
| Edit | Copy | Delete | 250 | 43 | 144 | 64 | 135 | 138 | 252 | 3 |
| Edit | Copy | Delete | 76 | 43 | 129 | 64 | 47 | 130 | 157 | 2 |I thought table storage meant these relationships would be stored in wp_podsrel? Would love some clarity on this.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.