Sha256: d783dab847db5808dccdf5a1aeac08c746c55a7a25c7f89f2f23e41020ab59d9

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

class CreateSpudMedia < ActiveRecord::Migration
  def change
    create_table :spud_media do |t|
      t.string :attachment_content_type
      t.integer :attachment_file_size
      t.string :attachment_file_name

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spud_media-0.8.3 db/migrate/20120101194256_create_spud_media.rb
spud_media-0.8.2 db/migrate/20120101194256_create_spud_media.rb
spud_media-0.8.1 db/migrate/20120101194256_create_spud_media.rb
spud_media-0.8.0 db/migrate/20120101194256_create_spud_media.rb