Skip to content

Commit cca7246

Browse files
committed
Int->String for publisher_name
1 parent 4265be6 commit cca7246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_data_scheme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Examples:
126126
"storageType" : "sql",
127127
"attributes" : {
128128
"publisher_id": "Int",
129-
"publisher_name": "Int"
129+
"publisher_name": "String"
130130
},
131131
"associations":{
132132
"books" : {

0 commit comments

Comments
 (0)