Files
platform/api/commerce/data/seed.sql
T
2025-09-03 19:20:59 -04:00

6 lines
174 B
SQL

CREATE TABLE IF NOT EXISTS product_records (
webflowProductId INTEGER NOT NULL,
printfulProductId INTEGER NOT NULL,
UNIQUE(webflowProductId, printfulProductId)
)