sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename_column in Migration

Gordo5556 opened this issue · comments

If a column with a not null constraint is renamed the column will successfully be renamed but the not null constraint will remain attached to the old column name.

Observed using a sqlite DB