mariadb change column type

Solutions on MaxInterview for mariadb change column type by the best coders in the world

showing results for - "mariadb change column type"
Tomas
27 Jan 2019
1ALTER TABLE Schema.TableName
2  CHANGE COLUMN CurrentTableName NewTableName MEDIUMTEXT DEFAULT NULL COMMENT '(DC2Type:json_array)';