Merge pull request #391 from wrongecho/domains

Domains
This commit is contained in:
Johnny
2022-03-08 10:23:20 -05:00
committed by GitHub
5 changed files with 231 additions and 77 deletions

3
db.sql
View File

@@ -431,6 +431,9 @@ CREATE TABLE `domains` (
`domain_id` int(11) NOT NULL AUTO_INCREMENT,
`domain_name` varchar(200) NOT NULL,
`domain_expire` date DEFAULT NULL,
`domain_name_servers` VARCHAR(255) NULL DEFAULT NULL,
`domain_mail_servers` VARCHAR(255) NULL DEFAULT NULL,
`domain_raw_whois` TEXT NULL DEFAULT NULL,
`domain_created_at` datetime NOT NULL,
`domain_updated_at` datetime DEFAULT NULL,
`domain_archived_at` datetime DEFAULT NULL,