CREATE TABLE IF NOT EXISTS followers ( user_id bigint REFERENCES users(id), acct character varying(64) NOT NULL UNIQUE, ts timestamp with time zone DEFAULT now() NOT NULL );