Sha256: e8a53d4673e0a95a013a984d297f8dc3e9bdf40e66076d033fff816d0826b4c7
Contents?: true
Size: 208 Bytes
Versions: 85
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true class AddNavbarLinkToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :navbar_link, :text, default: :not_exist end end
Version data entries
85 entries across 85 versions & 1 rubygems