mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Small fixes and checks on phase management
This commit is contained in:
parent
34fe2a866f
commit
adf0c37174
4 changed files with 42 additions and 20 deletions
|
@ -6,7 +6,7 @@ SET search_path TO registry, registryTransaction, public;
|
|||
CREATE TABLE registry.launch_phases (
|
||||
"id" SERIAL PRIMARY KEY,
|
||||
"tld_id" INT CHECK ("tld_id" >= 0),
|
||||
"phase_name" VARCHAR(75) NOT NULL,
|
||||
"phase_name" VARCHAR(75) DEFAULT NULL,
|
||||
"phase_type" VARCHAR(50) NOT NULL,
|
||||
"phase_description" TEXT,
|
||||
"start_date" TIMESTAMP(3) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue