As you can see in the picture, in PHPMyAdmin beside the column name there is also the description of the column. How could you add some description to the column name? When you define a new column you can add COMMENT ‘you comment’ at the end of the column definition, just like the following statement [...]
Add comment to your column name
As you can see in the picture, in PHPMyAdmin beside the column name there is also the description of the column. How could you add some description to the column name? When you define a new column you can add COMMENT ‘you comment’ at the end of the column definition, just like the following statement [...]
Full story »