Project

General

Profile

Download (144 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddSearchableValueToParameters < ActiveRecord::Migration[5.2]
def change
add_column :parameters, :searchable_value, :text
end
end
(314-314/386)