Sha256: df5fc663078b32494727070cd59a71cd6caacb08e2265587ade32789f7840e1b
Contents?: true
Size: 377 Bytes
Versions: 41
Compression:
Stored size: 377 Bytes
Contents
class CreateFiles < ActiveRecord::Migration class << self def up create_table :lolita_files, :force=>true do |f| f.string :asset f.string :name f.string :fileable_type f.string :fileable_id f.integer :asset_size f.string :asset_extension f.timestamps end end def down end end end
Version data entries
41 entries across 41 versions & 1 rubygems