Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE access_tokens DROP CONSTRAINT access_tokens_user_id_fkey; 2ALTER TABLE access_tokens ADD CONSTRAINT access_tokens_user_id_fkey 3 FOREIGN KEY (user_id) REFERENCES users(id) ON DELETE CASCADE;