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> 'duration' => array('type' => 'varchar', 'length' => 8, 'not null' => FALSE),</div>
<div> );</div><div> return array(</div><div> 'columns' => $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.<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>
</div>