I recently started using Ruby on Rails for a project, and I have questions about scaffolding and other DB features in Rails.
Here is a topic explaining data types in Active Record Migration link
How can I use other types of data present in MySQL, such as Set, Enum and so many others? Can I change tables directly through MySQL or do I have to follow exactly what Active Record migrations offer?