Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
地元の店のソフトウェアを作りたいです。属性を持つトランザクションのテーブルを作成しています
tran_id, name ,mob_no, date_of_sale, date_of_payment(multivalued),product(multi),quantity(multi),total_amount,unpaid
買い手は分割払いができるため、date_of_payment は多値です。これには他に良い方法はありますか?mysqlで多値属性を実装するには?