chore: db migration add new table
This commit is contained in:
parent
e38e4c71d0
commit
6b8aa241eb
2 changed files with 15 additions and 0 deletions
|
|
@ -93,6 +93,11 @@ model RoleMenuComponentPermission {
|
|||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
model RunningNo {
|
||||
key String @id @unique
|
||||
value Int
|
||||
}
|
||||
|
||||
model UserMenuComponentPermission {
|
||||
id String @id @default(uuid())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue