Should I create a DB table for this?
-
I have a “company” post type. I need to show how much money company raised by rounds. It will be something like:
Round 1 – $1,000,000 Date – 08/10/2016
Round 2 – $1,500,000 Date – 06/11/2016I might have multiple rounds. Should I create a rounds table and just relate it to the post type? Or should I create multiple meta-fields?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Should I create a DB table for this?’ is closed to new replies.