featL settings, view routes, embeds, etc.

This commit is contained in:
diced
2023-07-20 12:35:08 -07:00
parent 5f295924b9
commit 0670cbb586
26 changed files with 1604 additions and 210 deletions

View File

@@ -20,11 +20,12 @@ model User {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
username String @unique
password String?
avatar String?
token String @unique
role Role @default(USER)
username String @unique
password String?
avatar String?
token String @unique
role Role @default(USER)
view Json @default("{}")
files File[]
urls Url[]