forked from phoenix/litellm-mirror
build(schema.prisma): update schema
This commit is contained in:
parent
a490326e58
commit
07a92f93d7
2 changed files with 8 additions and 1 deletions
|
@ -25,6 +25,8 @@ model LiteLLM_UserTable {
|
|||
// Generate Tokens for Proxy
|
||||
model LiteLLM_VerificationToken {
|
||||
token String @unique
|
||||
key_name String?
|
||||
key_alias String?
|
||||
spend Float @default(0.0)
|
||||
expires DateTime?
|
||||
models String[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue