Sha256: d76191a99eb194748e011d75d044956078eee86afffd77fba2d1f2e34a3cd69a

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

class CreateBooks < ActiveRecord::Migration
  def change
    create_table :books do |t|
      t.string :author
      t.string :name
      t.integer :published_in

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fast_seeder-0.1.0 spec/dummy/db/migrate/20120805115707_create_books.rb