Novunex Community

Forum When working with Entity Id’s in a query should I use int or bigint? Reply To: When working with Entity Id’s in a query should I use int or bigint?

#508
Avatar photoNox
Participant

    Hi,

    The data type for entity ids is bigint (ref.: https://novunex.com/docs/general-reference/data/data-queries/core-tables/#entity); casting it as int only could result in errors, in case you already have some entities stored.

    BR