Open SamerElaila opened 6 years ago
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.
done
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.