3 lines
87 B
MySQL
3 lines
87 B
MySQL
|
ALTER TABLE vn.invoiceInConfig
|
||
|
ADD dueDateMarginDays INT UNSIGNED DEFAULT 2 NULL;
|