mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 00:56:59 +02:00
Small invoices fix
This commit is contained in:
parent
93f1a06a40
commit
626b0cd894
4 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue