Sha256: f5e53aba123a03fa62e76c6608fde3296e8ebedb0bca5e5b4ef7da428422e53d

Contents?: true

Size: 321 Bytes

Versions: 98

Compression:

Stored size: 321 Bytes

Contents

class CreateAKIAlertActions < ActiveRecord::Migration[5.1]
  def change
    within_renalware_schema do
      create_table :renal_aki_alert_actions do |t|
        t.string :name, null: false, index: :unique
        t.integer :position, null: false, default: 0

        t.timestamps null: false
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
renalware-core-2.0.147 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.146 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.145 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.144 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.143 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.142 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.141 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.140 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.139 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.138 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.137 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.136 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.135 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.134 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.133 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.132 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.131 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.130 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.129 db/migrate/20171003111228_create_aki_alert_actions.rb
renalware-core-2.0.128 db/migrate/20171003111228_create_aki_alert_actions.rb