Closed emasters closed 5 years ago
This is going to work but will require some rewriting especially of SELECT
queries.
Important to note it is a one way street. Once the conversion to JSON is done the data
column cannot be converted back to longtext
.
Pushing to September 2018.
ALTER TABLE page MODIFY data JSON
seems to do the trick but testing of PHP codes need to be done..