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 alter column stripe_subscription_id drop not null, 3 alter column stripe_subscription_status drop not null;