Added yet more quotes

This commit is contained in:
iko 2023-02-13 09:59:47 +03:00
parent 21b064532a
commit b43c531327
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})
NOT VALID
"#,
table = table.real_name,