task-h
This commit is contained in:
@@ -284,6 +284,10 @@ export const crmQuotations = pgTable(
|
||||
isSent: boolean('is_sent').default(false).notNull(),
|
||||
sentAt: timestamp('sent_at', { withTimezone: true }),
|
||||
sentVia: text('sent_via'),
|
||||
approvedAt: timestamp('approved_at', { withTimezone: true }),
|
||||
approvedPdfUrl: text('approved_pdf_url'),
|
||||
approvedSnapshot: jsonb('approved_snapshot'),
|
||||
approvedTemplateVersionId: text('approved_template_version_id'),
|
||||
acceptedAt: timestamp('accepted_at', { withTimezone: true }),
|
||||
rejectedAt: timestamp('rejected_at', { withTimezone: true }),
|
||||
rejectionReason: text('rejection_reason'),
|
||||
|
||||
Reference in New Issue
Block a user