Skip to content

Commit

Permalink
adding basic change_column and remove_columns in CommandRecorder docu…
Browse files Browse the repository at this point in the history
…mentations [ci skip]
  • Loading branch information
Gaurav2728 committed Sep 28, 2015
1 parent 4147ab7 commit 58a0c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activerecord/lib/active_record/migration/command_recorder.rb
Expand Up @@ -9,6 +9,7 @@ class Migration
# * add_index
# * add_reference
# * add_timestamps
# * change_column
# * change_column_default (must supply a :from and :to option)
# * change_column_null
# * create_join_table
Expand All @@ -18,6 +19,7 @@ class Migration
# * drop_table (must supply a block)
# * enable_extension
# * remove_column (must supply a type)
# * remove_columns (must specify at least one column name or more)
# * remove_foreign_key (must supply a second table)
# * remove_index
# * remove_reference
Expand Down

0 comments on commit 58a0c2e

Please sign in to comment.