AlterColumn, DropColumn, ChangeColumnName Bug

Hi,

Some methods within OrmLiteSchemaModifyApi doesn’t work with sqlite db:
AlterColumn, DropColumn, ChangeColumnName.

Cheers
Alex.

Note: SQLite has very limited support for DDL and only features that are natively supported by SQLite are going to be supported.

If you think there’s an API SQLite supports that doesn’t work in OrmLite please post stand-alone repros to https://github.com/ServiceStack/Issues