Sha256: dabaac933c031ca68bee12dc5eb13bd3e7dd71a34c36197beca255c9b02342ef

Contents?: true

Size: 153 Bytes

Versions: 3

Compression:

Stored size: 153 Bytes

Contents

class CreateKnights < ActiveRecord::Migration
  def change
    create_table :knights do |t|
      t.string :name
      t.string :email
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csv_fast_importer-1.2.0 sample-app/db/migrate/20170818134706_create_knights.rb
csv_fast_importer-1.1.0 sample-app/db/migrate/20170818134706_create_knights.rb
csv_fast_importer-1.0.0 sample-app/db/migrate/20170818134706_create_knights.rb