Sha256: fd30e98fad585f232d7fc3d68b73c3a3e67ea6c3386dfb0dc1722f7149ca5a47
Contents?: true
Size: 288 Bytes
Versions: 7
Compression:
Stored size: 288 Bytes
Contents
class CreateTandemImages < ActiveRecord::Migration def change create_table :tandem_images do |t| t.string :resource_file_name t.string :resource_content_type t.integer :resource_file_size t.datetime :resource_updated_at t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems