Store role_id as an integer instead of a string

This commit is contained in:
darmock
2013-05-10 03:30:54 -04:00
parent 8f988b2cf1
commit f34def2c09
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ ActiveRecord::Schema.define(:version => 20130424005701) do
end
create_table "user_role_joins", :force => true do |t|
t.string "role_id"
t.integer "role_id"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.datetime "ends"