From cca72467f44d6e2ef7acded0b3393da2389cd83f Mon Sep 17 00:00:00 2001 From: 107982913+qwerdenkerXD <107982913+qwerdenkerXD@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:42:00 +0100 Subject: [PATCH] Int->String for publisher_name --- setup_data_scheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_data_scheme.md b/setup_data_scheme.md index 1a335b2..0286715 100644 --- a/setup_data_scheme.md +++ b/setup_data_scheme.md @@ -126,7 +126,7 @@ Examples: "storageType" : "sql", "attributes" : { "publisher_id": "Int", - "publisher_name": "Int" + "publisher_name": "String" }, "associations":{ "books" : {