Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1CREATE TABLE contributors ( 2 user_id INTEGER REFERENCES users(id), 3 signed_at TIMESTAMP NOT NULL DEFAULT NOW(), 4 PRIMARY KEY (user_id) 5);