feat: add banner field to the restaurant model.
This commit is contained in:
@@ -84,6 +84,7 @@ model Restaurant {
|
||||
slug String @unique // used as /domain.com/slug
|
||||
description String?
|
||||
logo String? // image URL
|
||||
banner String?
|
||||
ownerId String
|
||||
owner User @relation(fields: [ownerId], references: [id])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user