https://github.com/facg3/MWM-Shop_Project/blob/e761e4d5a61dcf82570f808e98c8e50b8f240905/src/database/build.sql#L34 When you design a DB put in your mind that every table should have a unique column to identify the row Also you can use http://dbdesigner.net/ to draw you schema diagram instead of drawing it on paper.
MWM-Shop_Project/src/database/build.sql
Line 34 in e761e4d
When you design a DB put in your mind that every table should have a unique column to identify the row
Also you can use http://dbdesigner.net/ to draw you schema diagram instead of drawing it on paper.