Files
yellowjacket/backend/database/sql/schemas/artist_credit.sql
T

5 lines
93 B
SQL

CREATE TABLE IF NOT EXISTS artist_credit (
id int PRIMARY KEY,
text string NOT NULL
);