Hi,
I am working on integration with Shopify and I have to store Order ID, Customer ID etc. I am considering to use Int64 (PostgreSQL BIGINT). Is this enough?
Thanks
Luke
Solved! Go to the solution
This is an accepted solution.
Hello,
yes you can use bigint easily. as you know bigint support 2 power 64
but you can also use nvarchar(25) which is more good as i always use nvarchar(25) for saving ids from shopify.