pestovpvl2

Untitled

Dec 7th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. class AddRepeatWeeklyToIncomes < ActiveRecord::Migration[5.2]
  2.   def change
  3.     add_column :incomes, :repeat_weekly, :string, array: true, default: []
  4.   end
  5. end
Add Comment
Please, Sign In to add comment