isUpdatedAt property

bool isUpdatedAt
final

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;