Fix broken SQL file

This commit is contained in:
2025-06-28 10:28:01 -07:00
parent bcd5d389f3
commit eccd7bef5b
+1 -1
View File
@@ -34,7 +34,7 @@ CREATE TABLE IF NOT EXISTS `ProductImage` (
`ProductID` int(11) NOT NULL,
'Image' MEDIUMBLOB DEFAULT NULL,
PRIMARY KEY (`ImageID`,`ProductID`)
)
) AUTO_INCREMENT=1;
CREATE TABLE IF NOT EXISTS `Cart` (
`ID` int(11) NOT NULL AUTO_INCREMENT,