Access MySQL field's Comments with PHP -


when creating field in mysql table, there's 'comments' box fill out. how can access data in 'comments' box php?

poke around information_schema.

select table_comment information_schema.tables table_schema = 'myschema' , table_name = 'mytable' 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -