Jump to content

DB structure


Xtremer360

Recommended Posts

Curious to know if the following tables and the fields look okay. Everything I'm sure is self explained.

 

table: awards

fields: id, award_type, award_name, award_description, status_id, creator_id, date_created

 

table: awards_history

fields: id, award_id, winner_id, status_id

 

table: award_shows

fields: id, award_show_date, status_id, total_votes, date_voting_expires, is_voting_closed, creator_id, date_created

 

table: award_show_nominees

fields: id, award_show_id, award_id, nominee_id, nominee_votes

 

table: award_show_nominee_losers

fields: id, award_show_id, award_id,nominee_id

Link to comment
https://forums.phpfreaks.com/topic/237016-db-structure/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.