Displaying 2 results from an estimated 2 matches for "status_sir_next".
2006 Jan 28
0
having problems to map a existing schema in model classes
...eign 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 will have two tuples in
status_sir_next:
Idstatuss...
2006 Jan 28
0
having problems to map a existing schema into model classes
...eign 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 will have two tuples in
status_sir_next:
Idstatuss...