Is the column type id: ID! @id guaranteed to be u...
# orm-help
c
Is the column type id: ID! @id guaranteed to be unique across all tables?
j
Not necessarily. For what kind of database is this?
c
Hi it's MySQL
h
Actually it is. We generate a cuid with @id directive. https://github.com/ericelliott/cuid/blob/master/README.md Chances of collision are very very low