This commit is contained in:
vipg
2025-12-19 16:42:41 +08:00
parent 2db865feed
commit 630f8d425f
2 changed files with 8 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ BEGIN
-- 3 触发器:自动刷新 updated_at
CREATE TRIGGER trg_cn_futures_trading_records_updated_at
BEFORE UPDATE ON trading_records
BEFORE UPDATE ON cn_futures_trading_records
FOR EACH ROW
EXECUTE FUNCTION moddatetime(updated_at);