Create product and SKUs implementation
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS products (
|
||||
CREATE TABLE IF NOT EXISTS product_records (
|
||||
webflowProductId INTEGER NOT NULL,
|
||||
printfulProductId INTEGER NOT NULL,
|
||||
UNIQUE(webflowProductId, printfulProductId)
|
||||
|
||||
Reference in New Issue
Block a user