We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a515c2 commit 88f4edfCopy full SHA for 88f4edf
seatable_api/constants.py
@@ -38,3 +38,9 @@ class ColumnTypes(Enum):
38
GEOLOCATION = 'geolocation'
39
AUTO_NUMBER = 'auto-number'
40
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