开发者

How can I create or update the database schema from models in rails?

开发者 https://www.devze.com 2023-03-25 10:00 出处:网络
I have to create or update a schema from some models that I have changed in rails. T开发者_开发知识库he original schema file it\'s wrong because of some changes I have done in the models.

I have to create or update a schema from some models that I have changed in rails. T开发者_开发知识库he original schema file it's wrong because of some changes I have done in the models.

I want to know what can I do (if possible) to create a schema and a migration FROM THE ACTUAL MODELS (based on the "belongs_to", "has_many"... etc tags).

Thanks beforehand!!!


http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html#method-i-has_and_belongs_to_many

0

精彩评论

暂无评论...
验证码 换一张
取 消