CREATE TABLE public_keys (
    owner_id character varying(40) NOT NULL,
    public_key text NOT NULL
);
