Typo on README (#236)

* typo
This commit is contained in:
Ctibor Laky 2017-03-10 12:50:59 +01:00 committed by Sakib Hasan
parent b67b57970f
commit 04665277b7
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ For example:
"mysql": "mysql":
{ {
"columnName":"LOCATION_ID", "columnName":"LOCATION_ID",
"dataType":"VARCHAR2", "dataType":"VARCHAR",
"dataLength":20, "dataLength":20,
"nullable":"N" "nullable":"N"
} }