sqlite-utils transform --column-order option, closes #176

This commit is contained in:
Simon Willison 2020-09-24 09:11:53 -07:00
commit d13c123100
3 changed files with 10 additions and 0 deletions

View file

@ -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``.