Sha256: 2d9b32f64ba63466a46bbbf58e5b14f1004df4ddf2b4aee9e5d7d65f663a64bb
Contents?: true
Size: 132 Bytes
Versions: 6
Compression:
Stored size: 132 Bytes
Contents
class AddBudgetTypeIdToItem < ActiveRecord::Migration[5.2] def change add_column :items, :budget_type_id, :integer end end
Version data entries
6 entries across 6 versions & 6 rubygems