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_subscriptions 2 add column kind text, 3 add column stripe_current_period_start bigint, 4 add column stripe_current_period_end bigint;