Sha256: a6c2490f0a434a60469f9929bf1492250d7309cb05eeb1e3697e8122549454b1

Contents?: true

Size: 130 Bytes

Versions: 6

Compression:

Stored size: 130 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
api_pagination_headers-2.1.1 spec/dummy/db/migrate/20131001123917_create_posts.rb
api_pagination_headers-2.1.0 spec/dummy/db/migrate/20131001123917_create_posts.rb
api_pagination_headers-2.0.1 spec/dummy/db/migrate/20131001123917_create_posts.rb
api_pagination_headers-2.0.0 spec/dummy/db/migrate/20131001123917_create_posts.rb
api_pagination_headers-1.1.2 spec/dummy/db/migrate/20131001123917_create_posts.rb
api_pagination_headers-1.1.1 spec/dummy/db/migrate/20131001123917_create_posts.rb