Clearer help for --drop-foreign-key

This commit is contained in:
Simon Willison 2022-01-24 20:06:40 -08:00
commit 3091e6b6e9
2 changed files with 2 additions and 2 deletions

View file

@ -356,7 +356,7 @@ See :ref:`cli_transform_table`.
--pk-none Remove primary key (convert to rowid table)
--default <TEXT TEXT>... Set default value for this column
--default-none TEXT Remove default from this column
--drop-foreign-key TEXT Drop this foreign key constraint
--drop-foreign-key TEXT Drop foreign key constraint for this column
--sql Output SQL without executing it
--load-extension TEXT SQLite extensions to load
-h, --help Show this message and exit.