mirror of https://github.com/itflow-org/itflow
Database update to store NS, MX and WHOIS raw data
This commit is contained in:
parent
e1a419ea11
commit
b412384d24
3
db.sql
3
db.sql
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue