4 lines
98 B
SQL
4 lines
98 B
SQL
-- Add notes column to domains table
|
|
ALTER TABLE domains ADD COLUMN notes TEXT AFTER whois_data;
|
|
|