From 58636761550c5f96ade985324bcea24b196d9672 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 31 Jan 2024 10:10:01 +0400 Subject: [PATCH] Fix link. --- book/models.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/models.nim b/book/models.nim index 3bd1ddf4..64b93ad0 100644 --- a/book/models.nim +++ b/book/models.nim @@ -92,7 +92,7 @@ This will result in this schema: ## Custom Schema Name (PostgreSQL only) -PostgreSQL schemas are named collections of tables (`read more in the docs `__). +PostgreSQL schemas are named collections of tables (`read more in the docs `_). To set a schema name for your model, use `schemaName` pragma: """