![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Sooo far I have mostly played Dragonshards
Set up the SQL tables for the Gathering
set up the new Gathering Forum....mostly..
time for dinner soon methinks
Set up the SQL tables for the Gathering
set up the new Gathering Forum....mostly..
time for dinner soon methinks
(no subject)
Date: 2006-01-06 06:50 am (UTC)I'd be interested to know your solution, because to be honest I gave up and did it all manually at that stage, and it was horrible.
(no subject)
Date: 2006-01-06 11:28 am (UTC)For example in the login table which stores a users user name and password the primary key is the user name. Sinceno two memberd can have the same user name this is an obvious choice for the primary key. In other cases I have had to add a field to become the primary key (eg the Report table) however this then becomes irrelevant as these can be sorted in other ways. (such as first by gameID then by game week then game day then by the victor for example)
(no subject)
Date: 2006-01-07 11:32 am (UTC)(no subject)
Date: 2006-01-07 08:08 pm (UTC)