Files
domnitor/database/migrations/008_add_notes_to_domains.sql
2025-10-08 20:56:25 +03:00

4 lines
98 B
SQL

-- Add notes column to domains table
ALTER TABLE domains ADD COLUMN notes TEXT AFTER whois_data;