Small update

This commit is contained in:
Pinga 2023-12-01 10:53:58 +02:00
parent 32466ef60c
commit db75518533
3 changed files with 3 additions and 3 deletions

View file

@ -175,7 +175,6 @@ CREATE TABLE IF NOT EXISTS `registry`.`statement` (
CREATE TABLE IF NOT EXISTS `registry`.`invoices` (
`id` INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
`invoice_number` VARCHAR(20),
`registrar_id` INT(10) UNSIGNED,
`billing_contact_id` INT(10) UNSIGNED,
`issue_date` DATETIME(3),