Closed (cannot reproduce)
Project:
Panels
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2011 at 14:21 UTC
Updated:
1 Jan 2012 at 19:07 UTC
panels_display
column layout - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => FALSE)
column title - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '255', 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '255', 'not null' => FALSE)
column hide_title - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'tiny', 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'tiny', 'not null' => FALSE)
panels_pane
column panel - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => FALSE)
column type - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => FALSE)
column subtype - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '64', 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '64', 'not null' => FALSE)
column position - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'small', 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'size' => 'small', 'not null' => FALSE)
Comments
Comment #1
Letharion commented