add expert to avis table
This commit is contained in:
parent
efbff0f2e0
commit
b683c2023b
4 changed files with 25 additions and 13 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddExpertsProcedureToAvis < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_reference :avis, :experts_procedure, foreign_key: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue