We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b004b2 commit 4c26288Copy full SHA for 4c26288
docs/cli.rst
@@ -2084,7 +2084,7 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi
2084
``--drop-foreign-key column``
2085
Drop the specified foreign key.
2086
2087
-``--add-foregn-key column other_table other_column``
+``--add-foreign-key column other_table other_column``
2088
Add a foreign key constraint to ``column`` pointing to ``other_table.other_column``.
2089
2090
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:
0 commit comments