Skip to content

Commit

Permalink
[BKNDLSS-24197] Android SDK. Not all data column types supported by "…
Browse files Browse the repository at this point in the history
…describeUserClass" method (#487)
  • Loading branch information
kao78 authored Feb 22, 2021
1 parent d25ed57 commit 4a6fe45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/com/backendless/property/DateTypeEnum.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ public enum DateTypeEnum
RELATION_LIST,
STRING_ID,
TEXT,
FILE_REF;
FILE_REF,
GEOMETRY,
POINT,
LINESTRING,
POLYGON,
JSON,
AUTO_INCREMENT,
}

0 comments on commit 4a6fe45

Please # to comment.