mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-16 15:28:12 -04:00
Add category column again
This commit is contained in:
1 parent
69528baa21
commit
b2a37b7ded
1 file changed
+1
@@ -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