Skip to content

Commit 88f4edf

Browse files
authored
Add missing columnTypes
1 parent 0a515c2 commit 88f4edf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

seatable_api/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ class ColumnTypes(Enum):
3838
GEOLOCATION = 'geolocation'
3939
AUTO_NUMBER = 'auto-number'
4040
URL = 'url'
41+
RATE = 'rate'
42+
EMAIL = 'email'
43+
DURATION = 'duration'
44+
LINK_FORMULA = 'link-formula'
45+
GEOLOCATION = 'geolocation'
46+
IMAGE = 'image'

0 commit comments

Comments
 (0)