Hi, would be useful to support to support `:if_not_exists` for `create_enum`, e.g.: ``` create_enum(:my_enum, %w(opt1 opt2), :if_not_exists: true) ``` And `force: :cascade` and `if_exists: true` for `drop_enum` Thanks
Hi, would be useful to support to support
:if_not_existsforcreate_enum, e.g.:And
force: :cascadeandif_exists: truefordrop_enumThanks