Small invoices fix

This commit is contained in:
Pinga 2023-12-11 12:47:02 +02:00
parent 93f1a06a40
commit 626b0cd894
4 changed files with 8 additions and 3 deletions

View file

@ -178,6 +178,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`statement` (
CREATE TABLE IF NOT EXISTS `registry`.`invoices` (
`id` INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
`registrar_id` INT(10) UNSIGNED,
`invoice_number` varchar(25) default NULL,
`billing_contact_id` INT(10) UNSIGNED,
`issue_date` DATETIME(3),
`due_date` DATETIME(3) default NULL,