Sha256: fc84f6b61e473a7eed72063507d1386afc1dbd44ddda2fd44c422ae3e1c8fc29
Contents?: true
Size: 206 Bytes
Versions: 7
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true class AddMainImageToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_institutions, :main_image, :text end end
Version data entries
7 entries across 7 versions & 1 rubygems