change format for the delivery date

This commit is contained in:
Andreas Zweili 2017-03-03 14:19:22 +01:00
parent 3f58bd071b
commit d0d463c5eb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ CREATE TABLE if not exists `demands` (
`piecesMin` int(11) NOT NULL,
`piecesMax` int(11) DEFAULT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deliveryDate` varchar(10) NOT NULL,
`deliveryDate` date NOT NULL,
`qualityId` int(11) NOT NULL,
`userId` int(11) NOT NULL,
`tagId` int(11) NULL,