Skip to main content

max / makenotwork

189 B · 4 lines History Blame Raw
1 -- Allow buyers to store a custom PWYW amount per cart item.
2 -- NULL means "use item minimum price" (backward compatible).
3 ALTER TABLE cart_items ADD COLUMN IF NOT EXISTS amount_cents INT;
4