Added sprache to table verbindlichkeit

This commit is contained in:
Xenomporio 2022-09-15 15:40:47 +02:00
parent 445ba3529c
commit 764e19f67b

View File

@ -15208,6 +15208,7 @@ CREATE TABLE IF NOT EXISTS `verbindlichkeit` (
`klaergrund` varchar(255) NOT NULL DEFAULT '',
`skonto_erhalten` decimal(10,2) NOT NULL DEFAULT '0.00',
`kurs` decimal(18,8) NOT NULL DEFAULT '0.00000000',
`sprache` varchar(25) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `adresse` (`adresse`),
KEY `bestellung` (`bestellung`)