Active
Project:
PDF-IDcard
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2010 at 04:12 UTC
Updated:
20 May 2010 at 04:12 UTC
Schema module reports:
pdfidcard_templates
column width - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'length' => '11', 'not null' => 'TRUE', 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'not null' => TRUE, 'default' => 0)
column height - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'length' => '11', 'not null' => 'TRUE', 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'not null' => TRUE, 'default' => 0)
Schema API says:
'length': The maximal length of a type 'char', 'varchar' or 'text' field. Ignored for other field types.