Files
domnitor/database/migrations/008_add_notes_to_domains.sql

4 lines
98 B
MySQL
Raw Normal View History

2025-10-08 20:56:25 +03:00
-- Add notes column to domains table
ALTER TABLE domains ADD COLUMN notes TEXT AFTER whois_data;