Kat
12 months ago
2 changed files with 7 additions and 1 deletions
@ -0,0 +1,5 @@
|
||||
class AddRenttypeDetail < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :lettings_logs, :renttype_detail, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue