Sha256: c9097563b95746accbbec191da7c7e3380bddf76877d61c93a99896ea87392e2

Contents?: true

Size: 163 Bytes

Versions: 10

Compression:

Stored size: 163 Bytes

Contents

class CreatePeople < ActiveRecord::Migration
  def change
    create_table :people do |t|
      t.string :name, :food, :color
      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thoth-3.0.0 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-2.0.0 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-1.0.2 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-1.0.1 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-1.0.0 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-0.0.7 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-0.0.6 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-0.0.5 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-0.0.3 spec/dummy/db/migrate/20140926015139_create_people.rb
thoth-0.0.2 spec/dummy/db/migrate/20140926015139_create_people.rb