Project

General

Profile

Download (124 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDescriptionToRole < ActiveRecord::Migration[4.2]
def change
add_column :roles, :description, :text
end
end
(328-328/407)