Features
- [ARRAY support](12). Library now work with enums wrapped inside postgresql arrays
- [Logging](17). Detected changes are being displayed in the console
Bugs
- [Type "..." already exists during table creation](14).
Enum types generated by alembic are now being converted to postgresql.ENUM(..., create_type=False) to avoid conflicts with lines generated by our library
- [op.sync_enum_values does not work on columns that have constraints](11).
Explicit definition of SQL operators added to keep constraint checks consistent across the renaming