Displaying 2 results from an estimated 2 matches for "idwork".
Did you mean:
dwork
2006 Jan 28
0
having problems to map a existing schema in model classes
...her cases, in example
Table hours:
Primary key: id
Foreign key: idpar Refeernces: hours :id
An hour tuple has a relation with another hour tuple by the idpar key,
so in example
Hour id: 1 idpar: 2
Hour id: 2 idpar: 1
Another case:
Table user
Primay key: iduser
Table work:
Primary key: idwork
Foreign key: iduser references user: iduser
Foreign key: idcreator references user: iduser
So, a work has a user assigned, a user who is a creator and a user who
is an it person
Another case:
Table user:
Primary key: iduser
Table work:
Primary key: idwork
Table user_work:
Fore...
2006 Jan 28
0
having problems to map a existing schema into model classes
...her cases, in example
Table hours:
Primary key: id
Foreign key: idpar Refeernces: hours :id
An hour tuple has a relation with another hour tuple by the idpar key,
so in example
Hour id: 1 idpar: 2
Hour id: 2 idpar: 1
Another case:
Table user
Primay key: iduser
Table work:
Primary key: idwork
Foreign key: iduser references user: iduser
Foreign key: idcreator references user: iduser
So, a work has a user assigned, a user who is a creator and a user who
is an it person
Another case:
Table user:
Primary key: iduser
Table work:
Primary key: idwork
Table user_work:
Fore...