Project

General

Profile

Download (158 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddHiddenValueToLookupKey < ActiveRecord::Migration[4.2]
def change
add_column :lookup_keys, :hidden_value, :boolean, :default => false
end
end
(294-294/407)