mysql の CLI から以下のように実行
テーブルのコメント確認
> show table status like 'players';
テーブルの各カラムのコメント確認
> show full columns from players;
Go to list of users who liked
More than 5 years have passed since last update.
mysql の CLI から以下のように実行
テーブルのコメント確認
> show table status like 'players';
テーブルの各カラムのコメント確認
> show full columns from players;
Register as a new user and use Qiita more conveniently
Go to list of users who liked