SQLite User Forum

How to remove a column and guide from the docs
Login
Find the other process that has your database open:

  sudo lsof /path/to/your/database

(Unix, Linux)

~~~
-- 
Regards,
Kees Nuyt
~~~