mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
add-column --ignore option, refs #450
This commit is contained in:
parent
2c77f4467e
commit
5fa823f03f
3 changed files with 35 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue