mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add domain_notes database field
This commit is contained in:
1
db.sql
1
db.sql
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user