mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2025-02-07 02:49:19 +00:00
✏️ Fix typo in docs/tutorial/create-db-and-table.md
(#477)
typo fixed in docs/tutorial/create-db-and-table.md Co-authored-by: Santhosh Solomon <santhoshsolomon@Santhoshs-MacBook-Air.local> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
fbc6f3b536
commit
209791734c
@ -415,7 +415,7 @@ Now run the program with Python:
|
|||||||
// We set echo=True, so this will show the SQL code
|
// We set echo=True, so this will show the SQL code
|
||||||
$ python app.py
|
$ python app.py
|
||||||
|
|
||||||
// First, some boilerplate SQL that we are not that intereted in
|
// First, some boilerplate SQL that we are not that interested in
|
||||||
|
|
||||||
INFO Engine BEGIN (implicit)
|
INFO Engine BEGIN (implicit)
|
||||||
INFO Engine PRAGMA main.table_info("hero")
|
INFO Engine PRAGMA main.table_info("hero")
|
||||||
|
Loading…
Reference in New Issue
Block a user