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
e6a097f906
commit
b92aae4f9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user