@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS "user" (
id SERIAL PRIMARY KEY,
username VARCHAR(64) UNIQUE NOT NULL,
password_hash VARCHAR(128) NOT NULL
);
The note is not visible to the blocked user.