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

Letharion’s picture

Status: Active » Closed (cannot reproduce)