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.1.1 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.1.0 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.167 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.166 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.165 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.164 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.163 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.162 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.161 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.160 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.159 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.158 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.157 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.156 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.155 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.153 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.152 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.151 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.149 db/migrate/20190822180201_create_consultants.rb
renalware-core-2.0.148 db/migrate/20190822180201_create_consultants.rb