Hi,
How would I add a comment to a table structure (on some/all fields) in MySQL? DBs like access can have comments attached to a table and it's a feature I would really appreciate in MySQL. Afaik, MySQL doesn't offer such a feature (maybe it's non SQL92 compliant), so what would be a good solution?
How would I add a comment to a table structure (on some/all fields) in MySQL? DBs like access can have comments attached to a table and it's a feature I would really appreciate in MySQL. Afaik, MySQL doesn't offer such a feature (maybe it's non SQL92 compliant), so what would be a good solution?