3
I’m studying a little Rails for a new project and a question has arisen that is:
When I give a db:migrate
, Rails creates/alters the entire database structure - when necessary - based on the model. From what I could see, rake creates some validation and versioning fields of records.
My question is: can I have some service/program parallel to Rails inserting or changing database information that my application controls without harming the integrity?