1
0
Fork 0
MSU-Course-Alerter/db/migrate/20130413054153_add_username_to_users.rb

6 lines
116 B
Ruby
Raw Permalink Normal View History

class AddUsernameToUsers < ActiveRecord::Migration
def change
add_column :users, :username, :string
end
end