From dec42a505e1d5ed39323a3c3fd9d9c363f666acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=20=E6=9F=8F?= Date: Fri, 24 Jan 2025 17:32:01 +0900 Subject: [PATCH] bugfix kintoneFormat --- backend/app/db/models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/db/models.py b/backend/app/db/models.py index df8ee51..6aadb4b 100644 --- a/backend/app/db/models.py +++ b/backend/app/db/models.py @@ -242,9 +242,9 @@ class KintoneFormat(Base): name = mapped_column(String(50)) startrow =mapped_column(Integer) - startmapped_column =mapped_column(Integer) - typemapped_column =mapped_column(Integer) - codemapped_column =mapped_column(Integer) + startcolumn =mapped_column(Integer) + typecolumn =mapped_column(Integer) + codecolumn =mapped_column(Integer) field = mapped_column(String(5000)) trueformat = mapped_column(String(10))