I don't need the functionality of having types. For performance reasons I would like to keep all of my fields in the base table and prefer to have several entities with only one type.

My question is do I really need to create an entity_type table? (If I have only one type, it seem superfluous) If not, does anyone have suggestions on how to customize this module for my scenario?

Comments

Anybody’s picture

Status: Active » Closed (works as designed)

Entities always consist of at least one entity type AND bundle I think.
Otherwise you would have to implement a custom module and table with a custom schema.