tambah fitur upload data pendukung

This commit is contained in:
2026-05-16 22:10:55 +07:00
parent 0e08b046e2
commit 4cfe6d88d5
5 changed files with 235 additions and 1 deletions
+3
View File
@@ -78,6 +78,9 @@ export const recipients = mysqlTable(
verifiedBy: bigint("verified_by", { mode: "number", unsigned: true }),
verifiedAt: timestamp("verified_at"),
notes: text("notes"),
ktpDocument: text("ktp_document"),
kkDocument: text("kk_document"),
sktmDocument: text("sktm_document"),
createdAt: timestamp("created_at").defaultNow().notNull(),
updatedAt: timestamp("updated_at").defaultNow().notNull().$onUpdate(() => new Date()),
},