Sha256: 1db2ab30b00b06fa5e6d7cbdae6ef8f1f6a15a41d520be444287d8451adcf176

Contents?: true

Size: 355 Bytes

Versions: 67

Compression:

Stored size: 355 Bytes

Contents

# rubocop:disable Rails/CreateTableWithTimestamps
class CreateConsultants < ActiveRecord::Migration[5.2]
  def change
    within_renalware_schema do
      create_table :renal_consultants do |t|
        t.string :code, index: { unique: true }, null: false
        t.string :name
      end
    end
  end
end
# rubocop:enable Rails/CreateTableWithTimestamps

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
renalware-core-2.0.127 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.126 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.125 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.124 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.123 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.121 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.120 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.119 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.118 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.117 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.116 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.115 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.113 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.112 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.111 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.110 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.109 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.108 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.106 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.105 db/migrate/20190822180201_create_consultants.rb