mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated db schema
This commit is contained in:
parent
3772b12b14
commit
aebee71e18
@ -13,10 +13,11 @@ datasource db {
|
||||
schemas = ["public", "auth"]
|
||||
}
|
||||
|
||||
model Views {
|
||||
model View {
|
||||
slug String @id
|
||||
count BigInt @default(1)
|
||||
@@schema("public")
|
||||
@@map("Views")
|
||||
}
|
||||
|
||||
model Account {
|
||||
|
Loading…
Reference in New Issue
Block a user