Sha256: 53c69b8de3b12403cc46a1d26b9251d0233c42a98000e730237434c5b0dde8e6
Contents?: true
Size: 194 Bytes
Versions: 38
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true class AddImageToTramwaySportSchoolKindSports < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_kind_sports, :image, :text end end
Version data entries
38 entries across 19 versions & 1 rubygems