Sha256: c9f7590236504e9221d02db49a881e4aad234ebe3c784cc12282aef8268064b1
Contents?: true
Size: 281 Bytes
Versions: 39
Compression:
Stored size: 281 Bytes
Contents
class CreateNews < ActiveRecord::Migration class << self def up create_table :lolita_news, :force=>true do |f| f.string :body f.string :main_image f.string :list_image f.timestamps end end def down end end end
Version data entries
39 entries across 39 versions & 1 rubygems