Sha256: 4acd3281ae87365e978761f8456b8c365b2a99180604a25ab9d5f6a0d28bb15a
Contents?: true
Size: 359 Bytes
Versions: 177
Compression:
Stored size: 359 Bytes
Contents
class CreatePathologyRequestAlgorithmGlobalRules < ActiveRecord::Migration[4.2] def change create_table :pathology_request_algorithm_global_rules do |t| t.integer :global_rule_set_id, null: false t.string :param_type t.string :param_id t.string :param_comparison_operator t.string :param_comparison_value end end end
Version data entries
177 entries across 177 versions & 1 rubygems