3 lines
98 B
Plaintext
3 lines
98 B
Plaintext
ALTER TABLE `homeviewpanel`
|
|
CHANGE COLUMN `ReportName` `Value` VARCHAR(1024) NULL DEFAULT NULL ;
|