feat(support): complete full CRUD for support module

This commit is contained in:
rahat0078
2026-04-13 00:35:51 +06:00
parent 2f8c9dbc45
commit ba04c54c5b
11 changed files with 510 additions and 0 deletions
+2
View File
@@ -18,5 +18,7 @@ model Account {
createdAt DateTime @default(now())
updatedAt DateTime @default(now())
supports Support[]
profile Profile?
}