enum GlobalColor { PRIMARY SECONDARY INFO SUCCESS WARNING ERROR } model Message { id Int @id @default(autoincrement()) color GlobalColor message String showUntil DateTime isMainMsg Boolean active Boolean createdAt DateTime @default(now()) updatedAt DateTime @updatedAt }