Posted by oib on April 22, 2009 at 1:13am
| Project: | User Activity |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | oib |
| Status: | active |
Issue Summary
column idx:
declared: array('type' => 'float', 'unsigned' => TRUE, 'not null' => TRUE, 'precision' => 30, 'scale' => 20)
actual: array('type' => 'float', 'unsigned' => TRUE, 'not null' => TRUE, 'disp-width' => '30')
column idx:
declared: array('type' => 'float', 'unsigned' => TRUE, 'not null' => TRUE, 'precision' => 30, 'scale' => 20)
actual: array('type' => 'float', 'unsigned' => TRUE, 'not null' => TRUE, 'disp-width' => '30')
how to do?
thank you