What's the maximum number of edits/comments/analyses a user can have

(Some programming stuff coming up)

So right now I have 1227 comments. Is there a point where it will overflow and go negative (or go back to 0 if the short or long is unsigned)

@chris @Ryan @dave this might be important because I could hit 65535 contributions and then it can overflow back to 0

@Vaz123, in practice there is no limit! Wow, 2^16 is a huge milestone. :clap: Thank you so much for everything you do to help make Hookpad and Hooktheory better. We truly appreciate it.

@chris But is it stored in a short (maximum value 65535) or a long (maximum value 4,294,967,295)

the number isn’t directly stored; we do a COUNT() query.