3 lines
92 B
MySQL
3 lines
92 B
MySQL
|
ALTER TABLE `vn`.`tag`
|
||
|
ADD COLUMN IF NOT EXISTS `validationRegex` varchar(50) DEFAULT NULL;
|