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 ALTER COLUMN max_requests_per_minute TYPE bigint, 3 ALTER COLUMN max_tokens_per_minute TYPE bigint, 4 ALTER COLUMN max_tokens_per_day TYPE bigint;