Project

General

Profile

Download (140 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddTypeToFactName < ActiveRecord::Migration
def change
add_column :fact_names, :type, :string, :default => 'FactName'
end
end
(167-167/286)