Sha256: 329fd9ef977dee9f0e1a8fc73c923ede4d3c4bf023be865e61037fcd46c8e1c5
Contents?: true
Size: 267 Bytes
Versions: 19
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true class AddContactsToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_institutions, :address, :text add_column :tramway_sport_school_institutions, :phone, :text end end
Version data entries
19 entries across 19 versions & 1 rubygems