我知道可以在创建时定义mysql表注释:
create table (...)comment='table_comment';
您可以通过以下方式显示评论:
show table status where name='table_name';
创建后如何更改(更改?)表注释。我的意思是没有再次删除和重新创建表。
mysql table comments
comments ×1
mysql ×1
table ×1