t('Stores something.'), 'fields' => array( 'uid' => array( 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), 'confirm' => array( 'type' => 'varchar', 'length' => '16', 'not null' => TRUE, 'default' => 0, ), ), 'primary key' => array('uid'), ); return $schema; } // fixes by http://AgaricDesign.com ;-) function lazyreg_uninstall() { // Remove tables. drupal_uninstall_schema('lazyreg'); // Remove tables. drupal_uninstall_schema('lazyreg'); }