error db

kimlop - November 10, 2009 - 09:12
Project:Video
Version:6.x-2.7
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

the schema module reports the error: video.vidfile is type text and may not have a default value

#1

heshanmw - November 10, 2009 - 09:13
Status:active» postponed (maintainer needs more info)

what is the exact error you got send me with line number? what is the process u did?

#2

kimlop - November 13, 2009 - 17:25

install the schema module http://drupal.org/project/schema

check the report status

the database schema comparison report provide this warning: video.vidfile is type text and may not have a default value (http://www.dovesciare.it/drupal/admin/build/schema/compare)

details:
column vidfile - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => FALSE)

 
 

Drupal is a registered trademark of Dries Buytaert.