This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Database | ||
|
||
## ER-Diagram | ||
Das ER-Diagram wurde mit dem Webtool GenMyModel erstellt. | ||
|
||
![er-diagram.png](/er-diagram.png) | ||
|
||
|
||
## Umsetzung in Symfony | ||
Die Datenbank wurde mit Doctrine ORM in Symfony umgesetzt. Die Entitäten wurden mit dem Befehl `php bin/console make:entity` erstellt. Die Entitäten wurden dann mit dem Befehl `php bin/console make:migration` in eine Migration umgewandelt. Die Migration wurde dann mit dem Befehl `php bin/console doctrine:migrations:migrate` in die Datenbank übertragen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Database | ||
|
||
## ER-Diagram | ||
The ER diagram was created with the web tool GenMyModel. | ||
|
||
![er-diagram.png](/er-diagram.png) | ||
|
||
|
||
## Implementation in Symfony | ||
The database was implemented with Doctrine ORM in Symfony. The entities were created with the command `php bin/console make:entity`. The entities were then converted into a migration using the command `php bin/console make:migration`. The migration was then transferred to the database using the command `php bin/console doctrine:migrations:migrate`. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.