Sha256: ad3456fbddc0ab01ebf96f68d263000f5d67cc8e26ae630c9b6df781d0a3e50c
Contents?: true
Size: 262 Bytes
Versions: 5
Compression:
Stored size: 262 Bytes
Contents
class CreateImages < ActiveRecord::Migration def change create_table :images do |t| t.string :image_file_name t.string :image_content_type t.integer :image_file_size t.datetime :image_updated_at t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems