Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1alter table billing_preferences 2 add column model_request_overages_enabled bool not null default false, 3 add column model_request_overages_spend_limit_in_cents integer not null default 0;