mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 16:16:59 +02:00
More PgSql updates
This commit is contained in:
parent
8aa16110d5
commit
b9cab663e0
11 changed files with 26 additions and 32 deletions
|
@ -174,8 +174,8 @@ CREATE TABLE registry.statement (
|
|||
"command" varchar CHECK ("command" IN ( 'create','renew','transfer','restore','autoRenew' )) NOT NULL default 'create',
|
||||
"domain_name" varchar(68) NOT NULL,
|
||||
"length_in_months" smallint CHECK ("length_in_months" >= 0) NOT NULL,
|
||||
"from" timestamp(3) without time zone NOT NULL,
|
||||
"to" timestamp(3) without time zone NOT NULL,
|
||||
"fromS" timestamp(3) without time zone NOT NULL,
|
||||
"toS" timestamp(3) without time zone NOT NULL,
|
||||
"amount" decimal(12,2) NOT NULL,
|
||||
primary key ("id")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue