mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-08 08:31:14 -05:00
3 lines
137 B
SQL
3 lines
137 B
SQL
-- alter giftcard field number to be varchar
|
|
|
|
ALTER TABLE `ospos_giftcards` CHANGE `giftcard_number` `giftcard_number` VARCHAR(255) NULL; |