[wp-trac] [WordPress Trac] #14513: Time for a wp_post_relationships table?
WordPress Trac
wp-trac at lists.automattic.com
Mon Jul 9 22:07:12 UTC 2012
#14513: Time for a wp_post_relationships table?
-----------------------------+-------------------------
Reporter: mikeschinkel | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Post Types | Version: 3.0.1
Severity: normal | Resolution: maybelater
Keywords: |
-----------------------------+-------------------------
Changes (by sc0ttkclark):
* cc: lol@… (added)
Comment:
I'd like to see more capabilities in this table for relating between more
than posts, perhaps wp_relationships with:
{{{
CREATE TABLE wp_relationships (
object_id bigint(20),
related_id bigint(20),
object_type varchar(25),
related_type varchar(25)
)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14513#comment:105>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list