2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddBuyerLivinValueCheck < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :sales_logs, :buyer_livein_value_check, :integer |
||||||
|
end |
||||||
|
end |
||||||
Loading…
Reference in new issue