model Log { id Int @id @default(autoincrement()) level String message String meta Json timestamp DateTime @default(now()) }