Project

General

Profile

Download (243 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddComposeFlagAndShortNameToFactName < ActiveRecord::Migration[4.2]
def change
add_column :fact_names, :compose, :boolean, :default => false, :null => false
add_column :fact_names, :short_name, :string, :limit => 255
end
end
(165-165/406)