mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-15 11:14:00 -04:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user