Ahhh ... Từ user
là một từ dành riêng trong Postgres.
Đặt nó trong dấu ngoặc kép:
alter table indexed_friends add constraint no_duplicate_user_friends unique ("user", friend);
đã hoạt động.
Ahhh ... Từ user
là một từ dành riêng trong Postgres.
Đặt nó trong dấu ngoặc kép:
alter table indexed_friends add constraint no_duplicate_user_friends unique ("user", friend);
đã hoạt động.