Add domain_notes database field

This commit is contained in:
Marcus Hill
2023-12-31 10:34:01 +00:00
parent 938f8bb4ae
commit 114a72424c
3 changed files with 16 additions and 7 deletions

1
db.sql
View File

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