mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 16:16:59 +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
|
@ -108,7 +108,8 @@ CREATE TABLE registrar (
|
|||
"creditthreshold" decimal(12,2) NOT NULL default '0.00',
|
||||
"thresholdtype" varchar CHECK ("thresholdtype" IN ( '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" timestamp(3) without time zone NOT NULL,
|
||||
"lastupdate" timestamp(3),
|
||||
unique ("clid"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue