I would like to gennerate a dynamic form based on the columns in a mysql table. But I do not want to display the field names, but a more complete description of the field.
Is it possible to add a column to the "schema definition" to include another attribute?
le. in addition to field, type, null, key, default, and extra; I would like an additional field to contain the "field description".
Not to be greedy, I would like the value to be displayed with a sql show table.
Anyone have any thoughts, ideas?