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