Refine CRUD for artists
This commit is contained in:
@ -70,11 +70,11 @@ model Social {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
name String?
|
||||
handle String?
|
||||
url String?
|
||||
type String?
|
||||
icon String?
|
||||
platform String
|
||||
handle String
|
||||
isPrimary Boolean
|
||||
|
||||
link String?
|
||||
|
||||
artistId String?
|
||||
artist Artist? @relation(fields: [artistId], references: [id])
|
||||
|
Reference in New Issue
Block a user