tambah fitur upload data pendukung
This commit is contained in:
@@ -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()),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user