Set column comment
Sets new comment for
name
column in
channels
table
ALTER TABLE `channels` CHANGE `name` `name` varchar(255) COMMENT 'name of channel'
by Valeri Tandilashvili
4 years ago
MySQL
Column comment
1
Pro tip: use ```triple backticks around text``` to write in code fences