Database 썸네일형 리스트형 Entity–attribute–value model (EAV) https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model 데이터 베이스 설계시 오브젝트의 자유도를 최대한 보장해야 하는 경우 고려 가능한 모델. EAV ORDSELECT cpe.entity_id, value AS name FROM catalog_product_entity cpe INNER JOIN eav_attribute ea ON cpe.entity_type_id = ea.entity_type_id INNER JOIN catalog_product_entity_varchar cpev ON ea.attribute_id = cpev.attribute_id AND cpe.entity_id = cpev.entity_id WHERE ea.. 더보기 이전 1 다음