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