Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1DROP TABLE signups; 2 3ALTER TABLE users 4 DROP COLUMN github_user_id; 5 6DROP INDEX index_users_on_email_address;