3 lines
67 B
MySQL
3 lines
67 B
MySQL
|
ALTER TABLE shopping_carts
|
||
|
DROP CONSTRAINT single_active_cart;
|