If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > design help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-26-04, 17:04
daminate daminate is offline
Registered User
 
Join Date: Mar 2004
Posts: 5
table setup & managing old records

Hello,

Using MySql:

I am creating a site so non-profits can post volunteer opportunities. I want to allow people to browse opps that correspond to their profile, or search, etc. The tables I know I will have are:

-NPO profile table
-Individual profile table
-Volunteer opportunities table
-Signed up table(pairs of Volunteer opp Id and Volunteer Id)
-Showed up table(so the NPO's can say whether or not the volunteer showed up)

My questions are,

-should the signed up, and showed up tables be master tables that hold info for all NPO's and events, or

-how to manage old volunteer opportunities: I would like to mark them as completed,

I there a way to write a module that looks through the records 'x' period of time and updates them with having to manually run it
------------------------------------------------------------------------

Last edited by daminate; 03-28-04 at 17:49.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On