Skip to content
Snippets Groups Projects
Commit 0c68bf88 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

Add column description in users table

parent 427a604b
No related branches found
No related tags found
No related merge requests found
class AddDescriptionColumnToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :description, :text
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment