Sha256: 840b205228446c49caefff6eaf621a1cb54bf3f3c9403913973d3c15941cf92a
Contents?: true
Size: 371 Bytes
Versions: 10
Compression:
Stored size: 371 Bytes
Contents
class CreatePhotos < ActiveRecord::Migration def change create_table :photos do |t| t.string :name t.text :description t.string :klass, :default => "center" t.string :asset_file_name t.string :asset_content_type t.integer :asset_file_size t.integer :index_id t.integer :priority t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems