Toujours LivraisonParSecteurs

This commit is contained in:
2021-02-05 17:15:54 +01:00
parent 131f707e2a
commit 09bea3411c
18 changed files with 239 additions and 227 deletions

View File

@@ -14,7 +14,7 @@ CREATE TABLE `lps_area`
`id` INTEGER NOT NULL,
`title` VARCHAR(50) NOT NULL,
`active` TINYINT DEFAULT 1 NOT NULL,
`price` INTEGER DEFAULT 0 NOT NULL,
`price` FLOAT DEFAULT 0 NOT NULL,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`)