mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 22:51:18 +00:00
feat: add mime type field to files
This commit is contained in:
@@ -14,6 +14,7 @@ const schema = defineSchema({
|
||||
directoryId: v.optional(v.id("directories")),
|
||||
name: v.string(),
|
||||
size: v.number(),
|
||||
mimeType: v.optional(v.string()),
|
||||
createdAt: v.string(),
|
||||
updatedAt: v.string(),
|
||||
deletedAt: v.optional(v.string()),
|
||||
|
||||
Reference in New Issue
Block a user