[Openfirst-cvscommit] [Bug 247] New: Alter database tables to have comments
Brought to you by:
xtimg
From: <bug...@we...> - 2005-04-18 11:15:39
|
http://bugzilla.openfirst.org/show_bug.cgi?id=247 Summary: Alter database tables to have comments Product: openFIRST Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: base AssignedTo: de...@op... ReportedBy: ti...@op... This is a bit of a simple request; basically, what I'd like is for all of the database tables to have a human readable description of what they are for. This can be accomplished by modifying the database setup scripts. The MySQL syntax for adding a table comment is: ALTER TABLE `tablename` COMMENT = 'Description of what table does'; ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. |