From 18e09e9c3ef17a9a75115d36cfb4e945a7f47f2d Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 31 Jan 2024 19:56:53 +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 64b93ad0..63c50ee7 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](https://www.postgresql.org/docs/current/ddl-schemas.html)). To set a schema name for your model, use `schemaName` pragma: """