[GENERAL] Suggestions for schema design?

2008-02-20 Thread cluster
I really need some input: In a system that handles money transfers I have a table to store each money transfer. A number of different events can result in a money transfer but the events are so different that each event type is stored in its own table. So we have a schema of the form: TRA

Re: [GENERAL] Suggestions for schema design?

2008-02-20 Thread brian
cluster wrote: I really need some input: In a system that handles money transfers I have a table to store each money transfer. A number of different events can result in a money transfer but the events are so different that each event type is stored in its own table. So we have a schema of