mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 07:18:00 -05:00
3 lines
152 B
SQL
3 lines
152 B
SQL
ALTER TABLE `ospos_item_kits`
|
|
ADD COLUMN `item_kit_number` VARCHAR(255) DEFAULT NULL AFTER `item_kit_id`,
|
|
ADD KEY `item_kit_number` (`item_kit_number`); |