ああ...user
という言葉 はPostgresの予約語です。
引用符で囲みます:
alter table indexed_friends add constraint no_duplicate_user_friends unique ("user", friend);
働いた。
ああ...user
という言葉 はPostgresの予約語です。
引用符で囲みます:
alter table indexed_friends add constraint no_duplicate_user_friends unique ("user", friend);
働いた。