Help with table structure

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Khorask
Forum Newbie
Posts: 6
Joined: Fri Apr 28, 2006 10:14 am

Help with table structure

Post by Khorask »

Im creating a simple newsletter system, just need some advice on how to structure some of the tables...

I have a 'newsletter' containing an id,name,head and foot.

Now I need to create a headings table... one newsletter has many headings.

What fields would be required in the headings table for this type of relationship ?

Thanks
Post Reply