Commit 98b0a9
2024-12-30 13:19:18 Steven Anderson: more db stuffScriptFU/python/django.md .. | |
@@ 10,3 10,6 @@ | |
python ./manage.py dbshell | |
.tables | |
select * from <table> | |
+ | |
+ | #### View Schema |
+ | .schema <table> |
ScriptFU/python/django.md .. | |
@@ 10,3 10,6 @@ | |
python ./manage.py dbshell | |
.tables | |
select * from <table> | |
+ | |
+ | #### View Schema |
+ | .schema <table> |