add-column --ignore option, refs #450

This commit is contained in:
Simon Willison 2022-07-15 15:31:37 -07:00
commit 5fa823f03f
3 changed files with 35 additions and 4 deletions

View file

@ -1031,6 +1031,7 @@ See :ref:`cli_add_column`.
--fk-col TEXT Referenced column on that foreign key table - if
omitted will automatically use the primary key
--not-null-default TEXT Add NOT NULL DEFAULT 'TEXT' constraint
--ignore If column already exists, do nothing
--load-extension TEXT SQLite extensions to load
-h, --help Show this message and exit.