mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Caling .transform() also reformats the schema, closes #564
This commit is contained in:
parent
fedd477e01
commit
2c12c01346
1 changed files with 2 additions and 0 deletions
|
|
@ -1374,6 +1374,8 @@ The ``table.transform()`` method can do all of these things, by implementing a m
|
|||
|
||||
The ``.transform()`` method takes a number of parameters, all of which are optional.
|
||||
|
||||
As a bonus, calling ``.transform()`` will reformat the schema for the table that is stored in SQLite to make it more readable. This works even if you call it without any arguments.
|
||||
|
||||
Altering column types
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue