add expert to avis table

This commit is contained in:
kara Diaby 2021-01-15 16:39:07 +01:00
parent efbff0f2e0
commit b683c2023b
4 changed files with 25 additions and 13 deletions

View file

@ -0,0 +1,5 @@
class AddExpertsProcedureToAvis < ActiveRecord::Migration[6.0]
def change
add_reference :avis, :experts_procedure, foreign_key: true
end
end