Closed tqthy closed 1 day ago
run this in local database to add column "paymentMethod" without losing created data: create type enum_Invoice_paymentMethod as enum ('Cash', 'QR code'); ALTER TABLE "Invoice" ADD COLUMN "paymentMethod" enum_Invoice_paymentMethod;
I need it in order to implement feature getPaymentMethodStatistic and QR code payment