SQLite3
SQLite3
Print schema
.schemaRename a table
ALTER TABLE 'old' RENAME TO 'new'Modify column type
Just use SQLiteBrowser, bro.
- Click on Database Structure tab.
- Right click on the table name in Tables and click “Modify Table”.
- Change types via dropdown.
EZ.