Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE "channel_messages" 2ADD "nonce" UUID NOT NULL DEFAULT gen_random_uuid(); 3 4CREATE UNIQUE INDEX "index_channel_messages_nonce" ON "channel_messages" ("nonce");