# frozen_string_literal: true class AddDescriptionToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :description, :text end end