When database schema changed dynamically, like you add new column, or
create new table. The model will not
reflect on those changes. How does active_record handle this
situation? Which class or method I need to look into it?
Thank a lot!
When database schema changed dynamically, like you add new column, or
create new table. The model will not
reflect on those changes. How does active_record handle this
situation? Which class or method I need to look into it?
Thank a lot!