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