Sha256: 8f74f79628397536711b9d908f33146fe8d08f76b8008fee0aa85f2a7db5035d
Contents?: true
Size: 268 Bytes
Versions: 42
Compression:
Stored size: 268 Bytes
Contents
class AddStateToTramwaySportSchoolKindSports < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_kind_sports, :state, :text, default: :active add_column :tramway_sport_school_kind_sports, :view_state, :text, default: :hidden end end
Version data entries
42 entries across 21 versions & 1 rubygems