Sha256: c92fd8f875fb7eaa635b99e996254bfe98329b6b7af89e30433768d74a554f36

Contents?: true

Size: 192 Bytes

Versions: 1

Compression:

Stored size: 192 Bytes

Contents

class CreateSummaries < ActiveRecord::Migration
  def change
    create_table :summaries do |t|
      t.string :text
      t.integer :book_id

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_default_association-0.0.1 test/dummy/db/migrate/20150815045223_create_summaries.rb