From 9b19d9b433a387a37008a54dc7c2c4cf863fa0a5 Mon Sep 17 00:00:00 2001 From: oshai Date: Wed, 13 Dec 2017 16:26:24 +0200 Subject: [PATCH] Updated DataTypes (markdown) --- DataTypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataTypes.md b/DataTypes.md index da4fbe0..5550d60 100644 --- a/DataTypes.md +++ b/DataTypes.md @@ -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`