Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE remote_projects DROP COLUMN name; 2ALTER TABLE remote_projects 3ADD CONSTRAINT unique_path_constraint UNIQUE(dev_server_id, path);