7 lines
115 B
SQL
7 lines
115 B
SQL
CREATE TABLE releases (
|
|
id text,
|
|
repo_id text,
|
|
release_number integer,
|
|
cart_png_base64 text,
|
|
created_at time
|
|
) |