CREATE TABLE scope (
	owner_id VARCHAR(4096),
	scope VARCHAR(2048)
);