Sha256: f2c1c1e537997feaefcea5e06706a1f59c6e193f262010fba619b5e6b36eb4da

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

class CreateBooks < ActiveRecord::Migration[5.1]
  def change
    create_table :books do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
approval-0.3.2 spec/rails/rails-5.1.2/db/migrate/20170816102910_create_books.rb
approval-0.3.1 spec/rails/rails-5.1.2/db/migrate/20170816024442_create_books.rb
approval-0.2.0 spec/rails/rails-5.1.2/db/migrate/20170731101413_create_books.rb