mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
change property names
This commit is contained in:
parent
b69dfb366b
commit
2bd336d1c9
65 changed files with 293 additions and 298 deletions
|
|
@ -86,7 +86,7 @@ model website {
|
|||
userId Int @map("user_id")
|
||||
name String @db.VarChar(100)
|
||||
domain String? @db.VarChar(500)
|
||||
share_id String? @unique @map("share_id") @db.VarChar(64)
|
||||
shareId String? @unique @map("share_id") @db.VarChar(64)
|
||||
createdAt DateTime? @default(now()) @map("created_at") @db.Timestamptz(6)
|
||||
account account @relation(fields: [userId], references: [id])
|
||||
event event[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue