https://github.com/massigy/eurocoins-db
This is the third year project for our database management & web programming related course.
https://github.com/massigy/eurocoins-db
Last synced: about 2 months ago
JSON representation
This is the third year project for our database management & web programming related course.
- Host: GitHub
- URL: https://github.com/massigy/eurocoins-db
- Owner: MassiGy
- License: mit
- Created: 2023-11-10T14:26:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-07T16:24:24.000Z (about 1 year ago)
- Last Synced: 2025-02-07T10:53:30.441Z (3 months ago)
- Language: PLSQL
- Homepage:
- Size: 989 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EuroCoins-DB
This is third third year project for our database management & web programming related course.## Warning:
This database setup is wrong in regards of relationships setup. The primary/foreign key setup was not done proprely.
*i.e*:
P06_PieceModele is the one that should of been receiving P06_PiecePays & P06_PieceCaracteristique & P06_PieceTranche
primary keys as foriegn keys and not the other way around.This miss-conception was fixed in a later project that consisted of creating a simple web app using Symfony to interface
this database.Link to correction & second project: https://github.com/MassiGy/phpsymfony-EuroCoins-DB-Crud
Checkout the readme for more info.