Project

General

Profile

Download (139 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddOptionsToCoreTemplateInput < ActiveRecord::Migration[4.2]
def change
add_column :template_inputs, :options, :text
end
end
(292-292/425)