bugfix kintoneFormat

This commit is contained in:
2025-01-24 17:32:01 +09:00
parent 65b82949e6
commit dec42a505e

View File

@@ -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))