This commit is contained in:
2026-05-11 20:22:04 +02:00
parent 2b4d843ae0
commit 0578bfc2ae
10 changed files with 591 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
SET NAMES utf8mb4;
SHOW COLUMNS FROM orders;
SELECT '---';
SHOW COLUMNS FROM order_items;
SELECT '---';
SELECT * FROM order_items WHERE id = 5898\G
SELECT '---';
SELECT * FROM orders WHERE id = 1009\G