mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-22 01:09:15 +03:00
Added yet more quotes
This commit is contained in:
parent
21b064532a
commit
b43c531327
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user