Add TXT records under domain records

This commit is contained in:
Marcus Hill
2022-07-07 20:17:16 +01:00
parent 85dc681360
commit cf6bf88e4f
8 changed files with 32 additions and 9 deletions

1
db.sql
View File

@@ -448,6 +448,7 @@ CREATE TABLE `domains` (
`domain_ip` varchar(255) DEFAULT NULL,
`domain_name_servers` varchar(255) DEFAULT NULL,
`domain_mail_servers` varchar(255) DEFAULT NULL,
`domain_txt` text DEFAULT NULL,
`domain_raw_whois` text DEFAULT NULL,
`domain_created_at` datetime NOT NULL DEFAULT current_timestamp(),
`domain_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),