0
I started using Ruby on Rails recently for a project, and have doubts about scaffolding and other DB features present in Rails.
Here’s a topic explaining data types in Active Record Migration https://stackoverflow.com/questions/17918117/rails-4-list-of-available-datatypes
How can I use other data types present in Mysql, such as Set, Enum and so many others? I can change tables directly from Mysql or have to follow exactly what Active Record migrations offer?