Sha256: 4297025b6543678be43ba0dfa7f98d3bc2c281cb1357b347d408dd6c0c61e0c8
Contents?: true
Size: 252 Bytes
Versions: 19
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true class AddDegreeToTramwaySportSchoolTrainers < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_trainers, :degree, :text add_column :tramway_sport_school_trainers, :photo, :text end end
Version data entries
19 entries across 19 versions & 1 rubygems