Added yet more quotes

This commit is contained in:
iko 2023-02-13 09:59:47 +03:00
parent e6a097f906
commit b92aae4f9c
Signed by untrusted user: iko
GPG Key ID: 82C257048D1026F2

View File

@ -48,7 +48,7 @@ impl Action for AddForeignKey {
ALTER TABLE "{table}"
ADD CONSTRAINT {constraint_name}
FOREIGN KEY ({columns})
REFERENCES {referenced_table} ({referenced_columns})
REFERENCES "{referenced_table}" ({referenced_columns})
ON DELETE {on_delete}
ON UPDATE {on_update}
NOT VALID