Hi,

We have a legacy database with "global" tables like shops.
These tables are "untouchable": we can modify for add a foreign key,
e. g.

Now, in my application, we have an one-to-many relation between
shop and dispatcher.
In my company:
- one shop can be managed by only one dispatcher, and
- one dispatcher can managed many shops

My problem is I cannot alter schema of shop table for add
"dispatcher_id"
foreign key.
Some idea?


Thanks very much

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to