2 lines
92 B
MySQL
2 lines
92 B
MySQL
|
|
ALTER TABLE purchase_orders ADD COLUMN parent_purchase_order_id int(11) NOT NULL default 0;
|