Are you sure it's D1 and not Javascript? JS only has 52-bit precision. https://developer.mozilla.org
Are you sure it's D1 and not Javascript? JS only has 52-bit precision.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number#number_encoding
Store those IDs as strings in D1 SQLite, or as their raw bytes in a BLOB column.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number#number_encoding
Store those IDs as strings in D1 SQLite, or as their raw bytes in a BLOB column.








