mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Minor markup cleanup
This commit is contained in:
parent
5be66529a3
commit
fef96163d9
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ You can create an index on a table using the ``.create_index(columns)`` method.
|
|||
|
||||
dogs.create_index(["is_good_dog"])
|
||||
|
||||
By default the index will be named ``idx_{table-name}_{columns}`` - if you want to customize the name of the created index you can pass the ``index_name`` parameter::]
|
||||
By default the index will be named ``idx_{table-name}_{columns}`` - if you want to customize the name of the created index you can pass the ``index_name`` parameter:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue