mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-04 00:14:11 +02:00
sqlite-utils transform --column-order option, closes #176
This commit is contained in:
parent
725f206949
commit
d13c123100
3 changed files with 10 additions and 0 deletions
|
|
@ -571,6 +571,9 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi
|
|||
``--rename column-name new-name``
|
||||
Rename this column to a new name.
|
||||
|
||||
``--column-order column``
|
||||
Use this multiple times to specify a new order for your columns. ``-o`` shortcut is also available.
|
||||
|
||||
``--not-null column-name``
|
||||
Set this column as ``NOT NULL``.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue