Sha256: 2e45080edf1b7d7e7082897bcbe3d254fb67c93eb4127c8221789a7e1e6d98ef

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

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

      t.timestamps null: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hashids_rails-0.0.2 test/dummy/db/migrate/20150420195818_create_comments.rb
hashids_rails-0.0.1 test/dummy/db/migrate/20150420195818_create_comments.rb