Project

General

Profile

Download (176 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddTypeToReports < ActiveRecord::Migration[4.2]
def change
add_column :reports, :type, :string, :null => false, :default => 'ConfigReport', :limit => 255
end
end
(281-281/409)