Novunex Community

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #507
    Avatar photoMark
    Participant

      Can I use integer for an entity Id when I create a query or do I always have to use big integer?

      #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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.