sqlite3 alter table只支持两个
1.alter table tableName rename to newTableName;
2.alter table tableName add column columnName integer(类型);