A website template with lots of features, built with ruby on rails.
class AddAdminToUsers < ActiveRecord::Migration def change add_column :users, :admin, :boolean end end