Sha256: 10b8f378847c8ed0472714155b08988d3982b16a8fa3ff6ff1a47815f8e4a991

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

class CreateBooks < ActiveRecord::Migration
  def change
    create_table :books do |t|
      t.string :title
      t.string :author
      t.text :summary

      t.timestamps null: false
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
librails-0.3.0 test/dummy/db/migrate/20161025052813_create_books.rb
librails-0.2.3 test/dummy/db/migrate/20161025052813_create_books.rb
librails-0.2.2 test/dummy/db/migrate/20161025052813_create_books.rb
librails-0.2.1 test/dummy/db/migrate/20161025052813_create_books.rb
librails-0.1.0 test/dummy/db/migrate/20161025052813_create_books.rb