feat: updates & bigint

This commit is contained in:
diced
2023-11-30 22:10:34 -08:00
parent a3faee5b57
commit 3a01c6462f
12 changed files with 952 additions and 1678 deletions

View File

@@ -121,7 +121,7 @@ model File {
name String // name & file saved on datasource
originalName String? // original name of file when uploaded
size Int
size BigInt
type String
views Int @default(0)
maxViews Int?