6 lines
		
	
	
		
			119 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			119 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
class AddStreetToLocation < ActiveRecord::Migration
 | 
						|
  def change
 | 
						|
    add_column :locations, :street, :string
 | 
						|
  end
 | 
						|
end
 |