CREATE TABLE releases (
id text,
repo_id text,
release_number integer,
cart_png_base64 text,
created_at time
)