Sha256: 7beff1ac315fb98f43b363d3a73c5eb7f8070b7ab85fe1cde076674e58bc41ef

Contents?: true

Size: 183 Bytes

Versions: 8

Compression:

Stored size: 183 Bytes

Contents

class CreateEthnicities < ActiveRecord::Migration[4.2]
  def change
    create_table :patient_ethnicities do |t|
      t.string :name
      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta10 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta9 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta8 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta7 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta6 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta5 db/migrate/20141004150240_create_ethnicities.rb
renalware-core-2.0.0.pre.beta4 db/migrate/20141004150240_create_ethnicities.rb