20130206084024_add_description_to_namsespace.rb 158 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddDescriptionToNamsespace < ActiveRecord::Migration def change add_column :namespaces, :description, :string, default: '', null: false end end