CREATE TABLE `groceryList` (
`id` MEDIUMINT( 4 ) NOT NULL AUTO_INCREMENT ,
`category` VARCHAR( 20 ) ,
`itemName` VARCHAR( 35 ) ,
`qty_pack` VARCHAR( 6 ) ,
PRIMARY KEY ( `id`
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --