mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Added application IDs
This commit is contained in:
parent
3a6319fe6d
commit
8bb3ed7900
5 changed files with 33 additions and 1 deletions
|
@ -371,6 +371,7 @@ CREATE TABLE registry.application (
|
|||
"transfer_exdate" timestamp(3) without time zone default NULL,
|
||||
"idnlang" varchar(16) default NULL,
|
||||
"deltime" timestamp(3) without time zone default NULL,
|
||||
"application_id" varchar(36) default NULL,
|
||||
"authtype" varchar CHECK ("authtype" IN ( 'pw','ext' )) NOT NULL default 'pw',
|
||||
"authinfo" varchar(64) NOT NULL,
|
||||
"phase_name" VARCHAR(75) DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue