This commit is contained in:
Pinga 2024-02-13 09:26:44 +02:00
parent 28acf713f2
commit b2859bbfc3
4 changed files with 11 additions and 1 deletions

View file

@ -343,6 +343,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`domain` (
`tm_notice_validator` varchar(30) default NULL,
`tm_smd_id` text default NULL,
`tm_phase` TEXT NOT NULL DEFAULT 'NONE',
`phase_name` VARCHAR(75) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`),
CONSTRAINT `domain_ibfk_1` FOREIGN KEY (`clid`) REFERENCES `registrar` (`id`) ON DELETE RESTRICT,