2 changed files with 9 additions and 1 deletions
@ -0,0 +1,7 @@
|
||||
class AddLocationStartdate < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :locations, bulk: true do |t| |
||||
t.column :startdate, :datetime |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue