isUpdatedAt property
Whether this field carries Prisma's @updatedAt attribute (the column is NOT NULL with no database default — Prisma clients supply the timestamp on every create/update).
Implementation
final bool isUpdatedAt;
Whether this field carries Prisma's @updatedAt attribute (the column is NOT NULL with no database default — Prisma clients supply the timestamp on every create/update).
final bool isUpdatedAt;