From: Toby Penner Date: Fri, 21 Jun 2024 02:16:56 +0000 (-0500) Subject: ✏️ Fix internal link in `docs/tutorial/create-db-and-table.md` (#911) X-Git-Tag: 0.0.20~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600da0a25c841992ca73e7fc519ebbd986bbcc6e;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix internal link in `docs/tutorial/create-db-and-table.md` (#911) --- diff --git a/docs/tutorial/create-db-and-table.md b/docs/tutorial/create-db-and-table.md index f508cf7c..761c979e 100644 --- a/docs/tutorial/create-db-and-table.md +++ b/docs/tutorial/create-db-and-table.md @@ -688,7 +688,7 @@ In the example in the previous chapter we created the table using `TEXT` for som But in this output SQLAlchemy is using `VARCHAR` instead. Let's see what's going on. -Remember that [each SQL Database has some different variations in what they support?](../databases/#sql-the-language){.internal-link target=_blank} +Remember that [each SQL Database has some different variations in what they support?](../databases.md#sql-the-language){.internal-link target=_blank} This is one of the differences. Each database supports some particular **data types**, like `INTEGER` and `TEXT`.