create license management

This commit is contained in:
2026-04-06 13:31:40 +03:30
parent c02e7afca1
commit 1160d81cdb
42 changed files with 1233 additions and 522 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
model Account {
id String @id @default(uuid())
username String @unique()
password String @unique()
password String
status AccountStatus
type AccountType