You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO `category` VALUES ('test1','Cusine',NULL, NULL),('test2','Couteau','test1', NULL),('test3','Casserole','test1', NULL),('test4','Couteau de Chef','test2', NULL);
/*!40000 ALTER TABLE `category` ENABLE KEYS */;
/*!40000 ALTER TABLE `product` DISABLE KEYS */;
INSERT INTO `product` VALUES ('prod1','desc','Truc random cuisine',10,'test1'),('prod2','desc','Un couteau',5,'test2'),('prod3','desc','Un autre couteau',50,'test2'),('prod4','desc','Un couteau bien tranchant',100,'test4'),('prod5','desc','Une casserole',25,'test3');