Dushan
3 years ago
committed by
GitHub
7 changed files with 37 additions and 0 deletions
@ -0,0 +1,9 @@
|
||||
class AddVoidDateDayMonthYearFields < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :case_logs, bulk: true do |t| |
||||
t.column :vday, :integer |
||||
t.column :vmonth, :integer |
||||
t.column :vyear, :integer |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue