This website requires JavaScript.
Explore
Help
Sign In
jacknudt
/
socialforge
Watch
1
Star
0
Fork
You've already forked socialforge
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
076c241d10
socialforge
/
db
/
migrate
/
20170321081658_add_phone_to...
6 lines
109 B
Ruby
Raw
Blame
History
class
AddPhoneToUser
<
ActiveRecord
::
Migration
def
change
add_column
:users
,
:phone
,
:string
end
end
Reference in New Issue
View Git Blame
Copy Permalink