Sha256: 8715e55c2203c2884bda8a155084d2eabd723b422f1a54bf326c79cebcf4ed65

Contents?: true

Size: 227 Bytes

Versions: 47

Compression:

Stored size: 227 Bytes

Contents

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

  def down
    drop_table :posts
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
object_attorney-2.10.12 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.11 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.10 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.9 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.7 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.6 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.5 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.3 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.2 db/migrate/20131205114900_create_posts.rb
object_attorney-2.10.1 db/migrate/20131205114900_create_posts.rb
object_attorney-2.9.4 db/migrate/20131205114900_create_posts.rb
object_attorney-2.9.3 db/migrate/20131205114900_create_posts.rb
object_attorney-2.9.2 db/migrate/20131205114900_create_posts.rb
object_attorney-2.9.0 db/migrate/20131205114900_create_posts.rb
object_attorney-2.8.1 db/migrate/20131205114900_create_posts.rb
object_attorney-2.8.0 db/migrate/20131205114900_create_posts.rb
object_attorney-2.6.12 db/migrate/20131205114900_create_posts.rb
object_attorney-2.6.11 db/migrate/20131205114900_create_posts.rb
object_attorney-2.6.10 db/migrate/20131205114900_create_posts.rb
object_attorney-2.6.9 db/migrate/20131205114900_create_posts.rb