[ci skip] adding basic create_enum and drop_enum in CommandRecorder documentations

This commit is contained in:
sampatbadhe 2022-08-05 12:37:13 +05:30
parent 9414a8b79f
commit 76d2185c60
1 changed files with 2 additions and 0 deletions

View File

@ -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