CREATE TABLE IF NOT EXISTS queue (
	id TEXT(36) PRIMARY KEY,
	created TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);