1 2 3 4 5
class AddPublicToGroup < ActiveRecord::Migration def change add_column :namespaces, :public, :boolean, default: false end end