Yeah, I know, it's MYSQL... I'm not sure I've got this in the right spot... but here it is anyway.
I'm making a site for a cause to change the law... like petition site, but only users can only sign my petition. Not create one or anything like that, just sign mine.
I need to know what different tables I'm going to need to create this site and I've got some idea but I don't want leave possibilities out.
I think i need a pages table to easily change content on each page.
A signatures table which holds users details.
- page_id
- index
- page1
- page2
- page3 ...etc.
Should I have people sign up? Should, or do I need a members table? Perhaps they need to change their details?? Why would they, I don't plan on making it that interactive... hmm. Do I need a login for users.
- signature_id
- first name
- last name
- address
- suburb
- postcode
- comments
- members_id
- firstname
- lastname
- address
- suburb
- postcode
- username
- password
Maybe I should just have a members table and add a signatures field into it. Later if they move or change their name, they can login and change their details???? What's your thoughts?
What other tables would I need?
As you can see I've got no idea and I'm sure you guys would know what I should do.


LinkBack URL
About LinkBacks
Reply With Quote
