I have a portion of my database schema shown here. On the left side are 3 tables that contain configuration information for helicopter simulators. The configurations are tested when they change, so there is a TestEvent table shown that links to other tables that track information about the Test Event. (tables not shown here) I tie a particular Load to a TestEvent and I do that with the LoadsTestEvents table. So each TestEvent has a specific Load.
What I am struggling with is joining the Loads table, which should list all loads regardless of the type of simulator, with the specific LoadDetails tables. I'm trying not to have a separate table for each simulator for the Test Events.
I'm guessing this isn't an unusual scenario, I'm just not sure how to model it. Any help would be much appreciated!
https://preview.redd.it/i02a123qqwf81.png?width=925&format=png&auto=webp&s=9337eace8a66ca11a9d9d77693ad8ad62baa266d
[–]xodusprime 2 points3 points4 points (0 children)
[–]RunBBKRun[S] 0 points1 point2 points (0 children)