cabana pricing

This commit is contained in:
Chris Smith
2019-03-07 15:24:17 -06:00
parent d01c8cd3d0
commit 51f6a663bd
4 changed files with 25 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ CREATE TABLE `orders` (
`ticket_cents` int(11) NOT NULL DEFAULT '0',
`enhancer_cents` int(11) NOT NULL DEFAULT '0',
`additional_cents` int(11) NOT NULL DEFAULT '0',
`cabana_cents` INT(11) NOT NULL DEFAULT '0',
`total_cents` int(11) NOT NULL,
`first_name` varchar(45) NOT NULL,
`last_name` varchar(45) NOT NULL,