Displaying 2 results from an estimated 2 matches for "status_sir".
Did you mean:
status_r
2006 Jan 28
0
having problems to map a existing schema in model classes
...Primary key: idwork
Table user_work:
Foreign key iduser references user: iduser
Foreign key idwork references work: idwork
So, a user is related to many works and a work is related to many users,
no primary key in table user_work, so I don?t know what to do there
And the last one:
Table status_sir
Primary key: idstatussir
Table status_sir_next
Foreign key: idstatussir references status_sir: idstatussir
Foreign key: idstatussir_next references status_sir: idstatussir
No primary key in the table status_sir_next, so I don?t know what to do,
the idea is that if you are in state 2, then you w...
2006 Jan 28
0
having problems to map a existing schema into model classes
...Primary key: idwork
Table user_work:
Foreign key iduser references user: iduser
Foreign key idwork references work: idwork
So, a user is related to many works and a work is related to many users,
no primary key in table user_work, so I don?t know what to do there
And the last one:
Table status_sir
Primary key: idstatussir
Table status_sir_next
Foreign key: idstatussir references status_sir: idstatussir
Foreign key: idstatussir_next references status_sir: idstatussir
No primary key in the table status_sir_next, so I don?t know what to do,
the idea is that if you are in state 2, then you w...