Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Adding/Removing/Renaming columns is super complicated and afaik there is no good command line tool that does it for you.

sqlite supports ADD COLUMN and RENAME COLUMN DDLs.

Dropping columns is not supported, nor is adding some of the more complex column, that does require going through full table rewriting.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: