Add category column again

This commit is contained in:
jekkos
2015-05-01 12:11:49 +02:00
parent 69528baa21
commit b2a37b7ded

View File

@@ -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,