Displaying 1 result from an estimated 1 matches for "1piece".
Did you mean:
piece
2006 Jul 28
0
i need help migrating an old table
i have this big table that has columns:
partnumber, 1piece-price-break, 10K-piece-price-break, 25k, etc...
i want to split this into two tables:
part_number, id
and
price_break, price, product_id
so that, you know, the price-break columns are not stuck at fixed
values; different parts can have differnt numbers of price-breaks, etc
is there a ruby wa...