I can in Prisma create columns without data, without time?
my model at the moment:
model modelName {
id Int @id @default(autoincrement())
createdAt DateTime @default(now())
lastNumber Int
}
Actual results:
2 2022-04-19 12:28:04.591+00 45
I want to generate records like this:
2 2022-04-19 45