<div>You may like to un-install module completely and then install.</div>
<div>Without uninstall, in next install tables are not created properly, have observed it few times.</div>
<div> </div>
<div>-kamal</div>
<div>necs, blr</div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Oct 8, 2012 at 6:35 AM, Jeff Greenberg <span dir="ltr">&lt;<a href="mailto:listmail.ayendesigns@gmail.com" target="_blank">listmail.ayendesigns@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">When I install a module with the following .install file: 
<div><br></div>
<div>function my_widget_field_schema($field) {</div>
<div>
<div>  $columns = array(</div>
<div>    &#39;duration&#39; =&gt; array(&#39;type&#39; =&gt; &#39;varchar&#39;, &#39;length&#39; =&gt; 8, &#39;not null&#39; =&gt; FALSE),</div>
<div>  );</div>
<div>  return array(</div>
<div>    &#39;columns&#39; =&gt; $columns,</div>
<div>  );</div>
<div>}</div></div>
<div><br></div>
<div>What should the impact be on the database tables? I receive no errors, and watchdog says that the module is installed, and that it is enabled, but I see no tables added to the db that reflect the field name, widget name, etc.<span class="HOEnZb"><font color="#888888"><br clear="all">

<div><br></div>-- <br>--- 
<div><a href="http://drupal.org/user/367108" target="_blank">drupal.org/user/367108</a></div>
<div><a href="http://linkedin.com/in/jeffrgreenberg" target="_blank">linkedin.com/in/jeffrgreenberg</a></div>
<div><a href="http://accidentalcoder.com/" target="_blank">accidentalcoder.com</a> / <a href="http://ayendesigns.com/" target="_blank">ayendesigns.com</a></div>
<div>@accidentalcoder</div><br></font></span></div><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>