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