Sha256: 11aaa0322576cb02d9b624c0d466e3b83cd4c7f42184b209006d17d96d018f4a

Contents?: true

Size: 531 Bytes

Versions: 87

Compression:

Stored size: 531 Bytes

Contents

class CreateSystemHelpFiles < ActiveRecord::Migration[5.2]
  def change
    within_renalware_schema do
      create_table :system_downloads do |t|
        t.string :name, null: false, index: { unique: true }
        t.string :description
        t.datetime :deleted_at, index: true
        t.references :updated_by, foreign_key: { to_table: :users }, index: true, null: false
        t.references :created_by, foreign_key: { to_table: :users }, index: true, null: false
        t.timestamps null: false
      end
    end
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
renalware-core-2.1.1 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.1.0 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.167 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.166 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.165 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.164 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.163 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.162 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.161 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.160 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.159 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.158 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.157 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.156 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.155 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.153 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.152 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.151 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.149 db/migrate/20190512155900_create_system_help_files.rb
renalware-core-2.0.148 db/migrate/20190512155900_create_system_help_files.rb