create license management
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
model Account {
|
||||
id String @id @default(uuid())
|
||||
username String @unique()
|
||||
password String @unique()
|
||||
password String
|
||||
status AccountStatus
|
||||
type AccountType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user