3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE "beenvoice_platform_setting"
|
|
ADD COLUMN "pdfFontFamily" varchar(20) DEFAULT 'sans' NOT NULL;
|