mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-20 07:36:41 -05:00
Add category column again
This commit is contained in:
@@ -168,6 +168,7 @@ CREATE TABLE `ospos_inventory` (
|
||||
|
||||
CREATE TABLE `ospos_items` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`category` varchar(255) NOT NULL,
|
||||
`supplier_id` int(11) DEFAULT NULL,
|
||||
`item_number` varchar(255) DEFAULT NULL,
|
||||
`description` varchar(255) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user