mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 16:16:59 +02:00
Couple of tiny changes
This commit is contained in:
parent
7482e77c1c
commit
420bd952f8
4 changed files with 18 additions and 8 deletions
|
@ -66,13 +66,13 @@ CREATE TABLE allocation_tokens (
|
|||
"domain_name" VARCHAR(255),
|
||||
"tokenStatus" VARCHAR(100),
|
||||
"tokenType" VARCHAR(100),
|
||||
"createDateTime" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"lastUpdate" TIMESTAMP(3),
|
||||
"crdate" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"lastupdate" TIMESTAMP(3),
|
||||
"registrars" JSON,
|
||||
"tlds" JSON,
|
||||
"eppActions" JSON,
|
||||
"reducePremium" BOOLEAN NOT NULL,
|
||||
"reduceYears" INT NOT NULL CHECK ("reduceYears" BETWEEN 0 AND 10),
|
||||
"reducePremium" BOOLEAN,
|
||||
"reduceYears" INT CHECK ("reduceYears" BETWEEN 0 AND 10),
|
||||
PRIMARY KEY (token)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue