Pergunta

I know that mysql table comment can be defined at the creation with:

create table (...)comment='table_comment';

And you can display comments by:

show table status where name='table_name';

How do you change (alter?) table comment after it's been created. I mean wihtout dropping and recreating the table again.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a dba.stackexchange
scroll top