Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE language_servers 2 ADD COLUMN capabilities TEXT NOT NULL DEFAULT '{}'; 3 4ALTER TABLE language_servers 5 ALTER COLUMN capabilities DROP DEFAULT;