JewelryMall/server/migrations/006_shipped_at.sql
2026-03-29 19:58:26 +08:00

2 lines
64 B
SQL

ALTER TABLE orders ADD COLUMN shipped_at DATETIME DEFAULT NULL;