how to define field w/ postgres IDENTITY?

I am trying Drizzle out for the first time. I thought to flex the quick start with realistic production user table schema.

I can't find anywhere (including searching GitHub for examples) how to define the following field??

id int GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY
Was this page helpful?