✨ feat: add tags to banner
This commit is contained in:
@ -559,6 +559,7 @@ model HeroBanner {
|
||||
orderPriority Int? @unique
|
||||
isClickable Boolean @default(false)
|
||||
title String? @db.VarChar(225)
|
||||
tags String[]
|
||||
description String? @db.Text
|
||||
buttonContent String? @db.VarChar(100)
|
||||
buttonLink String? @db.Text
|
||||
|
||||
Reference in New Issue
Block a user