Adds
JSON
type column for storing JSON objects / arrays
ALTER TABLE students
ADD  COLUMN document_details JSON
by Valeri Tandilashvili
4 years ago
MySQL
ALTER TABLE
JSON
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences