Sha256: 955db9039caf858cc5043d9254d6277b53cf963779fa5c30d8240ebaece85ced
Contents?: true
Size: 186 Bytes
Versions: 82
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true class AddPositionToTramwayEventPartakings < ActiveRecord::Migration[5.1] def change add_column :tramway_event_partakings, :position, :text end end
Version data entries
82 entries across 82 versions & 1 rubygems