mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fix typo (#639)
This commit is contained in:
parent
8b004b2406
commit
4c2628873c
1 changed files with 1 additions and 1 deletions
|
|
@ -2084,7 +2084,7 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi
|
|||
``--drop-foreign-key column``
|
||||
Drop the specified foreign key.
|
||||
|
||||
``--add-foregn-key column other_table other_column``
|
||||
``--add-foreign-key column other_table other_column``
|
||||
Add a foreign key constraint to ``column`` pointing to ``other_table.other_column``.
|
||||
|
||||
If you want to see the SQL that will be executed to make the change without actually executing it, add the ``--sql`` flag. For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue