Sha256: 7ec419745e0e1f69f3184987ea044cdb8f0037efcd3aadcad76b94b279d99b7b

Contents?: true

Size: 136 Bytes

Versions: 5

Compression:

Stored size: 136 Bytes

Contents

class CreateComments < ActiveRecord::Migration
  def change
    create_table :comments do |t|
      t.string :content
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
api_pagination_headers-2.1.1 spec/dummy/db/migrate/20140406141645_create_comments.rb
api_pagination_headers-2.1.0 spec/dummy/db/migrate/20140406141645_create_comments.rb
api_pagination_headers-2.0.1 spec/dummy/db/migrate/20140406141645_create_comments.rb
api_pagination_headers-2.0.0 spec/dummy/db/migrate/20140406141645_create_comments.rb
api_pagination_headers-1.1.2 spec/dummy/db/migrate/20140406141645_create_comments.rb