Adding metadata attributes to MySQL table
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-03-18T00:49:35Z
Indexed on
2010/03/18
0:51 UTC
Read the original article
Hit count: 298
I would like to add custom attributes to a MySQL table which I can read via php.
These attributes are not to interfere with the table itself - they are primarily accessed by php code during code generation time and these attributes HAVE to reside in the DB itself.
Something similar in concept to .NET reflection.
Does MySQL support anything like this?
Thanks.
© Stack Overflow or respective owner