You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current database model is far too complex with Part table joining all of those mentioned tables together. This makes queries too complex and makes backend logic fraught and error-prone.
New model could have separate WorkContributor and EditionContributor tables. Work and Ediition tables should have a direct 1:n relationship and ShortStory should link to Edition directly in an m:n relationship. ShortStory should also have its own StoryContribur table.
The text was updated successfully, but these errors were encountered:
Current database model is far too complex with Part table joining all of those mentioned tables together. This makes queries too complex and makes backend logic fraught and error-prone.
New model could have separate WorkContributor and EditionContributor tables. Work and Ediition tables should have a direct 1:n relationship and ShortStory should link to Edition directly in an m:n relationship. ShortStory should also have its own StoryContribur table.
The text was updated successfully, but these errors were encountered: