Adding postal code to users
This commit is contained in:
5
db/migrate/20140209025344_add_postal_code_to_users.rb
Normal file
5
db/migrate/20140209025344_add_postal_code_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPostalCodeToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :postal_code, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user