DATABASE update

Hi,
I’m new here and I have a question.
How can I modify my DATABASE without touching MySQL using Rails?

Regards,
Geraldo Santos

If you mean the design of your database, search for “rails migrations”.
If you mean the contents of the tables, search for “rails activerecord”.

HTH,

-Roy