feat(SQL): Adding working schema script

This commit is contained in:
Josepablo Cruz
2026-04-01 13:11:07 -06:00
parent 005fad6048
commit 4fcd3f01a5
13 changed files with 6221 additions and 65 deletions

22
db/container/README.md Normal file
View File

@@ -0,0 +1,22 @@
# ETAv2SQL
# MySQL Databse schema
![etaviaporte](./Models/assets/Modelv2.0.0.png)
# Docker
## Build Docker image
```{.sh}
docker buildx build -t eta/eta-db .
```
## Run Docker container
```{.sh}
docker run --name eta-db -d -p3306:3306 eta/eta-db
docker logs -f eta-db
```
Container will generate automatically a SQL root password