Basic image upload working now

This commit is contained in:
jekkos-t520
2015-02-04 13:27:09 +01:00
parent 46cfe0b18a
commit 7efb1428f5
18 changed files with 86 additions and 23 deletions

View File

@@ -155,6 +155,7 @@ CREATE TABLE `ospos_items` (
`reorder_level` decimal(15,2) NOT NULL DEFAULT '0',
`receiving_quantity` int(11) NOT NULL DEFAULT '1',
`item_id` int(10) NOT NULL AUTO_INCREMENT,
`pic_id` int(10) DEFAULT NULL,
`allow_alt_description` tinyint(1) NOT NULL,
`is_serialized` tinyint(1) NOT NULL,
`deleted` int(1) NOT NULL DEFAULT '0',