schema update, guest list form updates, javascript fix removing required

This commit is contained in:
Chris Smith
2019-03-05 12:55:49 -06:00
parent 69ad29c539
commit 43263d97b6
6 changed files with 67 additions and 26 deletions

View File

@@ -75,7 +75,7 @@ CREATE TABLE `orders` (
`state` varchar(45) NOT NULL,
`zip` varchar(45) NOT NULL,
`payment_type` int(11) NOT NULL DEFAULT '0',
`stripe_token` varchar(64) NOT NULL,
`stripe_token` varchar(64) NULL,
`date_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`uuid` varchar(64) NOT NULL,
PRIMARY KEY (`id`),