Social asset hosting API for TikTok PULL_FROM_URL
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -214,6 +214,14 @@ model TiktokIntegration {
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
model SocialAsset {
|
||||
id String @id @default(cuid())
|
||||
filename String
|
||||
mimeType String
|
||||
data Bytes
|
||||
createdAt DateTime @default(now())
|
||||
}
|
||||
|
||||
model UserLifecycleLog {
|
||||
id String @id @default(cuid())
|
||||
userId String
|
||||
|
||||
Reference in New Issue
Block a user