I would need to create a way to a user create a new table at backoffice. Why that?
大约一米大楼有许多文章,但每一条都有不同的属性。 因此,条款可能属于具有相同特性的群体。 因此可以:
table: generated_table_screens
--------------------
|size: integer
|size_label: string = "size"
|article_id: integer
table: generated_table_mouses
---------------------
|optic_val: integer
|optic_val_label: string = "optic value"
|article_id: integer
table: articles
--------------------
|id
|code
|description
|price
我必须在这一阶段和EAV之间作出选择。 什么是合谋? 以及我如何在Django这样做,例如用一种模式处理“产生的——即”? 由于模型没有形成......