Updated DataTypes (markdown)

This commit is contained in:
oshai
2017-12-13 16:26:24 +02:00
committed by Andrey.Tarashevskiy
parent 5bd808448b
commit 9b19d9b433

View File

@@ -1,4 +1,4 @@
Currently Exposed support the following data types:
Currently Exposed support the following data types in table definition:
* `integer` - translates to DB `INT`
* `long` - `BIGINT`
* `bool` - `BOOLEAN`