Skip to content

Commit acf6ae2

Browse files
authored
Merge pull request #350 from keboola/jirka/add-length-to-example
add length to example
2 parents 606ffd6 + b5bb767 commit acf6ae2

File tree

1 file changed

+3
-1
lines changed
  • cli/commands/remote/table/create

1 file changed

+3
-1
lines changed

cli/commands/remote/table/create/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Edit or replace this part of the text with your definition. Keep the same format
8787
definition:
8888
type: VARCHAR
8989
nullable: false
90+
length: 500
9091
basetype: STRING
9192
- name: name
9293
definition:
@@ -115,7 +116,8 @@ Example JSON file:
115116
"name": "id",
116117
"definition": {
117118
"type": "VARCHAR",
118-
"nullable": false
119+
"nullable": false,
120+
"length": "500"
119121
},
120122
"basetype": "STRING"
121123
},

0 commit comments

Comments
 (0)