add migration add field stock to stock_logs; adjust logic stock for insert data stock_logs

This commit is contained in:
giovanni
2026-01-28 13:32:34 +07:00
parent c3fe6b0463
commit 4d6f731f80
10 changed files with 259 additions and 4 deletions
@@ -0,0 +1,2 @@
ALTER TABLE stock_logs
DROP COLUMN stock;