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_customers 2 add column external_id text; 3 4create unique index uix_billing_customers_on_external_id on billing_customers (external_id);