updated login page with qwen

This commit is contained in:
2025-07-29 23:06:15 +03:00
parent ccb5c172ae
commit 0ce522d04a
35 changed files with 1708 additions and 80 deletions

View File

@@ -3508,6 +3508,7 @@ model staff {
/// This model or at least one of its fields has comments in the database, and requires an additional setup for migrations: Read more: https://pris.ly/d/database-comments
model users {
user_tag String @default("") @db.VarChar(64)
user_type String @default("employee") @db.VarChar(32)
email String @default("") @db.VarChar(128)
phone_number String @default("") @db.VarChar
via String @default("111") @db.VarChar