Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo committed Jan 30, 2024
1 parent 5da65f3 commit d1f7faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/models.nim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This will result in this schema:
CREATE TABLE IF NOT EXISTS "ThingTable"(attr TEXT NOT NULL, id INTEGER NOT NULL PRIMARY KEY)
## Custom Table Name (PostgreSQL only)
## Custom Schema Name (PostgreSQL only)
PostgreSQL schemas are named collections of tables (`read more in the docs <https://www.postgresql.org/docs/current/ddl-schemas.html>`__).
Expand Down

0 comments on commit d1f7faa

Please sign in to comment.