Convert pic_id to pic_filename - db and csv files

This commit is contained in:
i92guboj
2016-12-19 18:37:52 +01:00
parent 3a2dd7134f
commit c6e4584f71
7 changed files with 29 additions and 30 deletions

View File

@@ -195,7 +195,7 @@ CREATE TABLE `ospos_items` (
`reorder_level` decimal(15,3) NOT NULL DEFAULT '0',
`receiving_quantity` decimal(15,3) NOT NULL DEFAULT '1',
`item_id` int(10) NOT NULL AUTO_INCREMENT,
`pic_id` int(10) DEFAULT NULL,
`pic_filename` varchar(255) DEFAULT NULL,
`allow_alt_description` tinyint(1) NOT NULL,
`is_serialized` tinyint(1) NOT NULL,
`deleted` int(1) NOT NULL DEFAULT '0',