Sha256: b2e77504bfd463d8073be8d4228ee67395505211228e6932161ae8c730d43224

Contents?: true

Size: 205 Bytes

Versions: 4

Compression:

Stored size: 205 Bytes

Contents

class CreatePostFile < ActiveRecord::Migration
  def change
    create_table :post_files do |t|
      t.string :title
      t.attachment :file
      t.integer :post_id
      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carnival-0.1.3 test/carnival-sample-application/db/migrate/20140922142154_create_post_file.rb
carnival-0.1.2 test/carnival-sample-application/db/migrate/20140922142154_create_post_file.rb
carnival-0.1.1 test/carnival-sample-application/db/migrate/20140922142154_create_post_file.rb
carnival-0.1.0 test/carnival-sample-application/db/migrate/20140922142154_create_post_file.rb