model User { id Int @id @default(autoincrement()) name String email String username String @unique password String projects Project[] createdAt DateTime @default(now()) updatedAt DateTime @updatedAt }