Sha256: 4407d916d082342a68b4318479e58d9c68ef69ef7732670b2291107e32f2213a
Contents?: true
Size: 179 Bytes
Versions: 85
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true class AddButtonToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :button, :jsonb end end
Version data entries
85 entries across 85 versions & 1 rubygems