CREATE TABLE authorities (
	owner_id VARCHAR(4096),
	authorities LONGBLOB
);