mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-29 07:33:27 +02:00
Added launch phase type/category
This commit is contained in:
parent
141dd5fd3b
commit
e2d040cf29
4 changed files with 23 additions and 2 deletions
|
@ -7,6 +7,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`launch_phases` (
|
|||
`tld_id` int(10) unsigned DEFAULT NULL,
|
||||
`phase_name` VARCHAR(75) DEFAULT NULL,
|
||||
`phase_type` VARCHAR(50) NOT NULL,
|
||||
`phase_category` VARCHAR(75) NOT NULL,
|
||||
`phase_description` TEXT,
|
||||
`start_date` DATETIME(3) NOT NULL,
|
||||
`end_date` DATETIME(3) DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue