Files
yellowjacket/backend/database/sql/schemas/artist_credit.sql
T
2025-04-13 18:15:22 -05:00

5 lines
79 B
SQL

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