mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Fix a typo in the code snippet
This commit is contained in:
@@ -15,10 +15,10 @@ Here is an example:
|
||||
```sql
|
||||
begin;
|
||||
|
||||
alter table
|
||||
alter table orders
|
||||
drop constraint orders_customer_id_fkey;
|
||||
|
||||
alter table
|
||||
alter table orders
|
||||
add constraint orders_customer_id_fkey
|
||||
foreign key (customer_id)
|
||||
references customers (id)
|
||||
|
||||
Reference in New Issue
Block a user