Drizzle Schema Defaults
This is one of my table schemas in Prisma
Are identifiers such as
Are identifiers such as
@id and default with values such as autoincrement() and now() available in Drizzle? I am using better-sqlite-3 as the driver