Sha256: 5720e71ad4fd44ec7501fd63559dbe522cec5daa42e777662d92984a415459f6

Contents?: true

Size: 192 Bytes

Versions: 22

Compression:

Stored size: 192 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :title
      t.text :body
      t.integer :user_id

      t.timestamps
    end
  end
end

Version data entries

22 entries across 12 versions & 1 rubygems

Version Path
inkwell-2.0.0 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-2.0.0 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.5.2 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.5.2 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.5.1 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.5.1 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.4.1 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.4.1 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.2.0 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.2.0 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.1.7 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.1.7 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.1.1 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.1.1 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.0.5 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-1.0.5 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.0.4 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-1.0.4 test/dummy/db/migrate/20121202111750_create_posts.rb
inkwell-0.1.1 test/dummy_without_community/db/migrate/20121202111750_create_posts.rb
inkwell-0.1.1 test/dummy/db/migrate/20121202111750_create_posts.rb