This commit is contained in:
2026-05-05 21:46:26 +02:00
parent 7abb220bc5
commit 34e6b6373f
10 changed files with 933 additions and 16 deletions

View File

@@ -91,6 +91,9 @@ CREATE TABLE IF NOT EXISTS `products` (
`name` varchar(255) NOT NULL DEFAULT '0',
`min_roas` int(11) DEFAULT NULL,
`custom_label_4` varchar(255) DEFAULT NULL,
`unit_pricing_measure` varchar(64) DEFAULT NULL,
`unit_pricing_base_measure` varchar(64) DEFAULT NULL,
`unit_pricing_changed_at` datetime DEFAULT NULL,
`custom_label_3` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`description` text DEFAULT NULL,