Merge pull request #11 from flodef/master

Add record time to giftcard
This commit is contained in:
jekkos
2014-11-26 08:55:49 +01:00
2 changed files with 112 additions and 110 deletions

View File

@@ -93,6 +93,7 @@ INSERT INTO `ospos_employees` (`username`, `password`, `person_id`, `deleted`) V
--
CREATE TABLE `ospos_giftcards` (
`record_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`giftcard_id` int(11) NOT NULL AUTO_INCREMENT,
`giftcard_number` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
`value` decimal(15,2) NOT NULL,