Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1alter table subscription_usages 2 add column plan text not null; 3 4create index ix_subscription_usages_on_plan on subscription_usages (plan);