Untitled

mail@pastecode.io avatar
unknown
plain_text
22 days ago
149 B
3
Indexable
Never
ALTER TABLE `fp_order`
ADD `order_product_warehouse_instruction` text NULL;

ALTER TABLE `fp_products`
ADD `product_warehouse_instruction` text NULL;
Leave a Comment