Function friendly modular script to rename columns in SQLite3.
- Extract the column names and types from the old table.
- Rename old table with the word 'temp' added to it.
- Do your modifications with the column names and return a list
- Create a new table with the new column names, old column types
- Transfer data from the old table to a new table
- Drop old table