fix(db): add missing foreign keys
This commit is contained in:
parent
dd85b5c35c
commit
84b9644bcd
41 changed files with 112 additions and 75 deletions
|
@ -13,11 +13,11 @@
|
|||
# value_json :jsonb
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# dossier_id :integer
|
||||
# dossier_id :integer not null
|
||||
# etablissement_id :integer
|
||||
# external_id :string
|
||||
# parent_id :bigint
|
||||
# type_de_champ_id :integer
|
||||
# type_de_champ_id :integer not null
|
||||
#
|
||||
class Champs::SiretChamp < Champ
|
||||
def search_terms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue