Sha256: f28df4c400a49a17a98b448a8b0498c28672f3c334966a1c26cd26851c03c88e

Contents?: true

Size: 440 Bytes

Versions: 98

Compression:

Stored size: 440 Bytes

Contents

class CreateSystemMessages < ActiveRecord::Migration[5.1]
  def change
    within_renalware_schema do
      create_table :system_messages do |t|
        t.string :title, null: true
        t.text :body, null: false
        t.integer :message_type, null: false, default: 0
        t.string :severity
        t.datetime :display_from, null: false
        t.datetime :display_until
        t.timestamps null: false
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 1 rubygems

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