📝 Update outdated link in docs/db-to-code.md
(#649)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
5231c8b6bb
commit
8970833b14
@ -111,7 +111,7 @@ DROP TABLE hero;
|
|||||||
|
|
||||||
That is how you tell the database in SQL to delete the entire table `hero`.
|
That is how you tell the database in SQL to delete the entire table `hero`.
|
||||||
|
|
||||||
<a href="http://www.nooooooooooooooo.com/" class="external-link" target="_blank">Nooooo!</a> We lost all the data in the `hero` table! 💥😱
|
<a href="https://theuselessweb.site/nooooooooooooooo/" class="external-link" target="_blank">Nooooo!</a> We lost all the data in the `hero` table! 💥😱
|
||||||
|
|
||||||
### SQL Sanitization
|
### SQL Sanitization
|
||||||
|
|
||||||
@ -305,4 +305,4 @@ You will see **your own code** a lot more than the internal table names, so it's
|
|||||||
So, to keep things consistent, I'll keep using the same table names that **SQLModel** would have generated.
|
So, to keep things consistent, I'll keep using the same table names that **SQLModel** would have generated.
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
You can also override the table name. You can read about it in the Advanced User Guide.
|
You can also override the table name. You can read about it in the Advanced User Guide.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user