aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-12-25-041256_cart_quantity/up.sql
blob: 314c11ce3d2318192f57bdca8ef292de0dfac916 (plain)
1
2
3
-- Your SQL goes here
alter table cart_items
add quantity integer default 1;