Skip to content

Commit 4a6fe45

Browse files
authored
[BKNDLSS-24197] Android SDK. Not all data column types supported by "describeUserClass" method (#487)
1 parent d25ed57 commit 4a6fe45

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/com/backendless/property/DateTypeEnum.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ public enum DateTypeEnum
1313
RELATION_LIST,
1414
STRING_ID,
1515
TEXT,
16-
FILE_REF;
16+
FILE_REF,
17+
GEOMETRY,
18+
POINT,
19+
LINESTRING,
20+
POLYGON,
21+
JSON,
22+
AUTO_INCREMENT,
1723
}

0 commit comments

Comments
 (0)