rails脚本架命令及心得

rails g model AdSlot category_id:integer name:string location:string type:string memo:text -p

不生成crud视图页面,生成migration及model

rails g paperclip material image_url

the `type` seems a keyword of rails the it will not persistence to db if you choose this name as you db column name,make sece

原文地址:https://www.cnblogs.com/lexus/p/1870788.html