entity attribute value - eav in json with mysql 8 or postgres -


i implementing eav type of model database.

for making 3 major tables. e-this keeps metadata of entities example - customers, campaign,etc. a- keeps metadata of columns of entity. customer.name, customer.contact_no v- in insert entity_id, attribute_id , value.

this v table huge want impediment in json datatype. has implement can me.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -