switch device

This commit is contained in:
ada-dmitry
2024-03-30 17:33:32 +03:00
parent 4623603411
commit 33a666eadb
5 changed files with 253 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
-- Воспользуемся транзакцией
BEGIN;
INSERT INTO Cathegory(cath_name, root_id) VALUES
('Breakfast', NULL),
('Lunch', NULL),
('Dinner', NULL),
(),
(),
();
INSERT INTO Dish VALUES
(),
(),
(),
(),
(),
();