mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 21:44:10 +02:00
Fixed RST syntax bug
This commit is contained in:
parent
63953f56e7
commit
1e28eeee8c
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ By default the index will be named ``idx_{table-name}_{columns}`` - if you want
|
||||||
index_name="good_dogs_by_age"
|
index_name="good_dogs_by_age"
|
||||||
)
|
)
|
||||||
|
|
||||||
You can create a unique index by passing ``unique=True``::
|
You can create a unique index by passing ``unique=True``:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue