From 4dd8e8b53db12d2d1dc5aa06d53f364835e237c7 Mon Sep 17 00:00:00 2001 From: rogersun Date: Wed, 10 Jun 2026 16:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=AD=A2=E6=AF=8F=E6=AC=A1=E9=83=BD?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=96=B0=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/models.py b/ai/models.py index 2e438f0..e86a142 100644 --- a/ai/models.py +++ b/ai/models.py @@ -47,6 +47,7 @@ class AiShow(models.Model): result = models.TextField() message = models.TextField() created_at = models.DateTimeField(auto_now_add=True) + updated_at = models.DateTimeField(auto_now=True) take_times = models.IntegerField(default=0) take_tokens = models.CharField(default='', max_length=2000)