mirror of https://github.com/rails/rails
[ci skip] adding basic create_enum and drop_enum in CommandRecorder documentations
This commit is contained in:
parent
9414a8b79f
commit
76d2185c60
|
@ -18,9 +18,11 @@ module ActiveRecord
|
|||
# * change_column_null
|
||||
# * change_column_comment (must supply a +:from+ and +:to+ option)
|
||||
# * change_table_comment (must supply a +:from+ and +:to+ option)
|
||||
# * create_enum
|
||||
# * create_join_table
|
||||
# * create_table
|
||||
# * disable_extension
|
||||
# * drop_enum (must supply a list of values)
|
||||
# * drop_join_table
|
||||
# * drop_table (must supply a block)
|
||||
# * enable_extension
|
||||
|
|
Loading…
Reference in New Issue