Sha256: 75842aa5cc896facdae686009b18341e1373fd6ec1e1bda592590d42ef503cfd
Contents?: true
Size: 188 Bytes
Versions: 85
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true class AddDescriptionToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :description, :text end end
Version data entries
85 entries across 85 versions & 1 rubygems