Sha256: cce69747db6630f5ec3adf8de7e84cf0d6e84c84e1b53ebfc4e46becd27ab56d

Contents?: true

Size: 147 Bytes

Versions: 6

Compression:

Stored size: 147 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :title
      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nunes-0.5.0 test/rails_app_4.2.5/db/migrate/20130417154459_create_posts.rb
nunes-0.4.0 test/rails_app/db/migrate/20130417154459_create_posts.rb
nunes-0.3.1 test/rails_app/db/migrate/20130417154459_create_posts.rb
nunes-0.3.0 test/rails_app/db/migrate/20130417154459_create_posts.rb
nunes-0.2.0 test/rails_app/db/migrate/20130417154459_create_posts.rb
nunes-0.1.0 test/rails_app/db/migrate/20130417154459_create_posts.rb