Hello, I'm playing around with the self-hosted cor...
# support-questions-legacy
k
Hello, I'm playing around with the self-hosted core and noticed that user ids are saved in the postgresql db as
char(36)
instead of
uuid
, is there a certain reason for that? 🤔
r
Hey. No particular reason. This was an initial choice we had made when starting out supertokens
k
thanks!