mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Added company and vat numbers to show in panel #105
This commit is contained in:
parent
1294c9faec
commit
3e22833450
9 changed files with 71 additions and 16 deletions
|
@ -113,7 +113,8 @@ CREATE TABLE IF NOT EXISTS `registry`.`registrar` (
|
|||
`creditThreshold` decimal(12,2) NOT NULL default '0.00',
|
||||
`thresholdType` enum('fixed','percent') NOT NULL default 'fixed',
|
||||
`currency` varchar(5) NOT NULL default 'USD',
|
||||
`vat_number` varchar(30) DEFAULT NULL,
|
||||
`companyNumber` varchar(30) DEFAULT NULL,
|
||||
`vatNumber` varchar(30) DEFAULT NULL,
|
||||
`crdate` datetime(3) NOT NULL,
|
||||
`lastupdate` TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`id`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue