<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 24, 2014 at 7:49 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Smita,<br>
I have a doubt, looking at the structure you chose for this table:<br>
db_name<br>
column_list<br>
<br>
This structure implies that, for any change, you have to load a<br>
potentially big row, decode it and encode it. Imagine that there are<br>
hundreds or thousands of column definitions for this db.<br>
<br>
I suggest something like:<br>
<br>
db_name<br>
column_name<br>
column_attributes<br>
<br></blockquote><div>Yeah, agree. Thanks, It would be better to keep this. :-).<br></div><div>I have a question: If we have "id interger(11) not null auto_increment" already existing in central list, should we allow to add another column "id integer(20) not null auto_increment" ? If we don't allow then we can also keep structure like maybe:<br>
</div><div>db_name<br></div><div>column_name<br></div><div>column_type<br></div><div>column_collation<br></div><div>column_isNull<br></div><div>column_extra<br><br></div><div>- Smita<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

--<br>
Marc Delisle | phpMyAdmin<br>
<br>
------------------------------------------------------------------------------<br>
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE<br>
Instantly run your Selenium tests across 300+ browser/OS combos.<br>
Get unparalleled scalability from the best Selenium testing platform available<br>
Simple to use. Nothing to install. Get started now for free."<br>
<a href="http://p.sf.net/sfu/SauceLabs" target="_blank">http://p.sf.net/sfu/SauceLabs</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</blockquote></div><br></div></div>