Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE models 2 ADD COLUMN price_per_million_input_tokens integer NOT NULL DEFAULT 0, 3 ADD COLUMN price_per_million_output_tokens integer NOT NULL DEFAULT 0;