Sha256: 423952a1ccb55d8a2ae93e0a73d8297c0c37de6e0197d07e63fbd7525052a14c

Contents?: true

Size: 138 Bytes

Versions: 1

Compression:

Stored size: 138 Bytes

Contents

class AddBoundaryIdToPhysicalRoad < ActiveRecord::Migration
  def change
    add_column :physical_roads, :boundary_id, :integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_road-0.0.3 db/migrate/20140228072448_add_boundary_id_to_physical_road.rb