Datenbank geändert

This commit is contained in:
2026-02-27 14:12:21 +00:00
parent 53124c1c78
commit 064036a74e
7 changed files with 12 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
-- Diese Tabelle sollte bereits in der Docker MySQL-Datenbank existieren
-- Falls nicht, hier ist das CREATE Statement:
CREATE TABLE IF NOT EXISTS `Ausgaben_Tag` (
CREATE TABLE IF NOT EXISTS `Ausgaben` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Datum` date NOT NULL,
`WochTag` varchar(20) DEFAULT NULL,