문제

I want to store add custom id (id is primary key of another table ) in sales_flat_quote_item table.

Question. create new column for id or add id in additional_data column ?

which answer is flexible from above ?

도움이 되었습니까?

해결책

Best way is create new field for the id because your use this field anywhere and also convert to sales_flat_order_item table easily.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top