mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-03-29 20:21:20 +00:00
Cambio path articolo 1 in DB con dati di esempio
This commit is contained in:
@@ -50,4 +50,4 @@ INSERT INTO Categories(Name) VALUES
|
||||
('Elettronica'),('Networking'),('Telefonia');
|
||||
|
||||
INSERT INTO Products(ProductName,Description,CategoryID,Price,ImagePath,StockQuantity) VALUES
|
||||
('Yealink T31P',NULL,3,'51.21','t31p.png',104);
|
||||
('Yealink T31P',NULL,3,'51.21','example/t31p.jpg',104);
|
||||
Reference in New Issue
Block a user