build(schema.prisma): update schema

This commit is contained in:
Krrish Dholakia 2024-01-26 20:53:03 -08:00
parent a490326e58
commit 07a92f93d7
2 changed files with 8 additions and 1 deletions

View file

@ -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[]