mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Made assorted improvements to the Oracle documentation.
This commit is contained in:
parent
4b9d063da0
commit
6f1b09bb5c
5 changed files with 24 additions and 14 deletions
|
|
@ -89,8 +89,9 @@ and creates any necessary database tables according to the database settings
|
|||
in your :file:`mysite/settings.py` file and the database migrations shipped
|
||||
with the app (we'll cover those later). You'll see a message for each
|
||||
migration it applies. If you're interested, run the command-line client for your
|
||||
database and type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or
|
||||
``.schema`` (SQLite) to display the tables Django created.
|
||||
database and type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), ``.schema``
|
||||
(SQLite), or ``SELECT TABLE_NAME FROM USER_TABLES;`` (Oracle) to display the
|
||||
tables Django created.
|
||||
|
||||
.. admonition:: For the minimalists
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue