Hello,
I am looking at creating a database for a charity, to help them maintain there volunteer information.
The database will need to hold information about the charity, volunteers and there roles, language and status.
This is the db design so far.
Branch
id PK - charity number
name *
house *
street1 *
street2
street3
town *
city
postcode *
p_office *
p_land *
p_mobile
fax
email not sure of data type and length
www not sure of data type and length
volunteer
id PK - unique number, auto number
vol_name *
f_name *
s_name *
house *
street1 *
street2
street3
town *
city
postcode *
p_home *
p_work
p_mobile
email
last_change date/time, when record last updated
vol_link_lan
vid FK, PK
lid FK, PK
level
qua
language
id PK, Auto
name *
vol_link_rol
id PK,
vid FK
rid FK
sdate *
edate *
role
id PK, auto
name *
description
vol_link_sta
id PK,
vid FK
sid FK
sdate *
edate *
status
id PK, auto
name *
description
I am not sure if the vol_link_rol and vol_link_sta are correct, I have created a PK to ensure there is a record of the volunteer and the status and the same for the roles table.
comments please.
I am looking at creating a database for a charity, to help them maintain there volunteer information.
The database will need to hold information about the charity, volunteers and there roles, language and status.
This is the db design so far.
Branch
id PK - charity number
name *
house *
street1 *
street2
street3
town *
city
postcode *
p_office *
p_land *
p_mobile
fax
email not sure of data type and length
www not sure of data type and length
volunteer
id PK - unique number, auto number
vol_name *
f_name *
s_name *
house *
street1 *
street2
street3
town *
city
postcode *
p_home *
p_work
p_mobile
last_change date/time, when record last updated
vol_link_lan
vid FK, PK
lid FK, PK
level
qua
language
id PK, Auto
name *
vol_link_rol
id PK,
vid FK
rid FK
sdate *
edate *
role
id PK, auto
name *
description
vol_link_sta
id PK,
vid FK
sid FK
sdate *
edate *
status
id PK, auto
name *
description
I am not sure if the vol_link_rol and vol_link_sta are correct, I have created a PK to ensure there is a record of the volunteer and the status and the same for the roles table.
comments please.