Quote:
Originally Posted by tmcarstens
Do I just need to create a table for each type or do I just have an "attribute" table
|
at this point, neither
Quote:
Originally Posted by tmcarstens
... and have one of the "plan" fields be "attributes".
|
nor this
each host will have separate plans, and to start out, you do not need the hassle of "pre-defining" a plan before you can add a host
just create the host_plans table using a 2-part PK, the hostid plus the plan name, and go ahead and use a VARCHAR for the plan name