Skip to content

Commit

Permalink
remove_column does not take a type argument. [ci skip]. Closes #12864
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Nov 12, 2013
1 parent a54d229 commit 6a5e364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/migrations.md
Expand Up @@ -179,7 +179,7 @@ generates
```ruby
class RemovePartNumberFromProducts < ActiveRecord::Migration
def change
remove_column :products, :part_number, :string
remove_column :products, :part_number
end
end
```
Expand Down

0 comments on commit 6a5e364

Please sign in to comment.