✏️ Fix internal link in docs/tutorial/create-db-and-table.md (#911)

This commit is contained in:
Toby Penner 2024-06-20 21:16:56 -05:00 committed by GitHub
parent 96bfd855f8
commit 600da0a25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.