bugfix kintoneFormat
This commit is contained in:
@@ -242,9 +242,9 @@ class KintoneFormat(Base):
|
|||||||
|
|
||||||
name = mapped_column(String(50))
|
name = mapped_column(String(50))
|
||||||
startrow =mapped_column(Integer)
|
startrow =mapped_column(Integer)
|
||||||
startmapped_column =mapped_column(Integer)
|
startcolumn =mapped_column(Integer)
|
||||||
typemapped_column =mapped_column(Integer)
|
typecolumn =mapped_column(Integer)
|
||||||
codemapped_column =mapped_column(Integer)
|
codecolumn =mapped_column(Integer)
|
||||||
field = mapped_column(String(5000))
|
field = mapped_column(String(5000))
|
||||||
trueformat = mapped_column(String(10))
|
trueformat = mapped_column(String(10))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user