How to design database schema to store multiple value in one column? -
i have database design here: i want add list of products selected customer purchase table->product column.
how should define attributes in "localhost/phpmyadmin" column can hold multiple value?here want store multiple product id in product_id column. how should define schema attributes?
Comments
Post a Comment