Hi Smita,
I have a doubt, looking at the structure you chose for this table:
db_name
column_list
This structure implies that, for any change, you have to load a
potentially big row, decode it and encode it. Imagine that there are
hundreds or thousands of column definitions for this db.
I suggest something like:
db_name
column_name
column_attributes
--
Marc Delisle | phpMyAdmin