I have created an entity that I want to collect data with from an external source and I want to reference that data to a node. How should i set up that entity in DB so it can properly reference a node? Can I use entity_id that references nid? And I want my entity to be non-fieldable so it does not take up unnecessary space and time.
Thanks.