From ac97245aa365e0ec272a4c0d55b4dfb18096cbad Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 20 Jul 2026 13:01:40 +0800 Subject: [PATCH] fix: dm_model_call_fact created_at use timestamp instead of datetime with invalid NOW() default --- models/dm_model_call_fact.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/dm_model_call_fact.json b/models/dm_model_call_fact.json index 45c973e..a1baa64 100644 --- a/models/dm_model_call_fact.json +++ b/models/dm_model_call_fact.json @@ -149,8 +149,7 @@ { "name": "created_at", "title": "创建时间", - "type": "datetime", - "default": "NOW()" + "type": "timestamp" } ], "indexes": [