Tuesday 25 August 2009 6:28:52 am
Hi,
i try to figure out what would be the best solution for my project .
I have to extend the User Class with more attributes and connect to another class (Domain). The physical model should be like this :
User Class :
User->userId (primary key)
User->name
(my other attributes)
city
address ...
Domain Class :
Domain -> domainId (primary key) Domain-> title And 1 User can be appart of 1 to n Domain Any ideas ?
|