eaigner / hood

Database agnostic ORM for Go
MIT License
708 stars 52 forks source link

Implement RenameColumn, ChangeColumn and DropColumn for sqlite3 #12

Closed eaigner closed 11 years ago

eaigner commented 11 years ago

Implement RenameColumn, ChangeColumn and DropColumn for sqlite3

eaigner commented 11 years ago

Check out the ActiveRecord implementation: https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb

eaigner commented 11 years ago

Accidentally duplicated in issue #13