5 lines
85 B
SQL
5 lines
85 B
SQL
CREATE TABLE release_groups (
|
|
id INTEGER PRIMARY KEY,
|
|
name text NOT NULL
|
|
);
|