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

Comments

hypertext200’s picture

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?

kimlop’s picture

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)

iLLin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)