Re: 1 post in 2 categories

From: Geoff Muldoon <geoff.muldoon_at_trap.gmail.com>
Date: Mon, 17 Oct 2016 13:22:00 +1100
Message-ID: <i3x0djmignsn.1lkpzdqftjzzp$.dlg_at_40tude.net>


On Fri, 14 Oct 2016 13:20:47 -0700 (PDT), bit-naughty_at_hotmail.com wrote:

> so do I just make a whole damn separate table just for "post id" (primary key from the above table), and a "category" field.....?

Yes.

Table POST(post_id, col_a, col_b, col_n ...) Table CATEGORY(cat_id, cat_desc, ...)
Table POST_CATEGORIES(post_id, cat_id)

GM Received on Mon Oct 17 2016 - 04:22:00 CEST

Original text of this message